ffmpeg | branch: master | Clément Bœsch <cboe...@gopro.com> | Wed Sep 6 11:42:54 2017 +0200| [1cf23e3fddd1a804281b9ffc1b80c62151a46753] | committer: Clément Bœsch
build: cleanup audiotoolbox handling *_at codecs only need the AudioToolbox framework, which is now checked like the other Apple frameworks. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cf23e3fddd1a804281b9ffc1b80c62151a46753 --- configure | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configure b/configure index cd2c3be301..ede5136848 100755 --- a/configure +++ b/configure @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog