diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-09-06 11:42:54 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-09-08 18:55:19 +0200 |
commit | 1cf23e3fddd1a804281b9ffc1b80c62151a46753 (patch) | |
tree | 2b635fb1494969714a89b220923ffa0f86e47955 /configure | |
parent | 496d0178b0ed4bbb8551ffab68d7c84e230b4ba5 (diff) | |
download | ffmpeg-streaming-1cf23e3fddd1a804281b9ffc1b80c62151a46753.zip ffmpeg-streaming-1cf23e3fddd1a804281b9ffc1b80c62151a46753.tar.gz |
build: cleanup audiotoolbox handling
*_at codecs only need the AudioToolbox framework, which is now checked
like the other Apple frameworks.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -2612,10 +2612,6 @@ zlib_encoder_select="zlib" zmbv_decoder_select="zlib" zmbv_encoder_select="zlib" -# platform codecs -audiotoolbox_deps="AudioToolbox_AudioToolbox_h" -audiotoolbox_extralibs="-framework CoreFoundation -framework AudioToolbox -framework CoreMedia" - # hardware accelerators crystalhd_deps="libcrystalhd_libcrystalhd_if_h" cuda_deps_any="dlopen LoadLibrary" @@ -5721,7 +5717,6 @@ check_func_headers glob.h glob enabled xlib && check_func_headers "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext -check_header AudioToolbox/AudioToolbox.h check_header d3d11.h check_header direct.h check_header dirent.h @@ -5764,6 +5759,7 @@ check_lib psapi "windows.h psapi.h" GetProcessMemoryInfo -lpsapi check_lib coreservices "CoreServices/CoreServices.h" UTGetOSTypeFromString "-framework CoreServices" +enabled audiotoolbox && check_apple_framework AudioToolbox enabled avfoundation && check_apple_framework AVFoundation enabled coreimage && check_apple_framework CoreImage |