mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
osxaudio: misspelled dependency
When building osxaudio, the required 'AudioToolbox' dependency is misspelled as 'AudioToolBox', which crashes the build with error: ld: framework not found AudioToolBox
This commit is contained in:
parent
c9a47c0c8d
commit
3f21c89bb0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if not have_osxaudio and osxaudio_option.enabled()
|
|||
endif
|
||||
|
||||
if have_osxaudio
|
||||
modules = ['CoreAudio', 'AudioToolBox']
|
||||
modules = ['CoreAudio', 'AudioToolbox']
|
||||
if host_system == 'darwin'
|
||||
modules += ['AudioUnit', 'CoreServices']
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue