libobs: Fix compilation issue on case-sensitive filesystems
When using a macOS running on a case-sensitive filesystem, the project build fails due to AudioToolBox/AudioQueue.h not being found. The correct path is AudioToolbox/AudioQueue.h. Since macOS comes with a case-insensitive filesystem by default, this is a rare ocurrence among developers who change it to be case-sensitive.
This commit is contained in:
parent
ceac83e499
commit
4cebbcc23b
@ -1,5 +1,5 @@
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioToolBox/AudioQueue.h>
|
||||
#include <AudioToolbox/AudioQueue.h>
|
||||
#include <CoreFoundation/CFString.h>
|
||||
#include <CoreAudio/CoreAudio.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user