[FFmpeg-cvslog] build/videotoolbox: add missing CoreVideo framework

Clément Bœsch git at videolan.org
Thu Oct 15 10:45:16 CEST 2015


ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Thu Oct 15 10:43:42 2015 +0200| [f2f55bd9ca45001dea0d80c137fa93d1b9b7d01c] | committer: Clément Bœsch

build/videotoolbox: add missing CoreVideo framework

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2f55bd9ca45001dea0d80c137fa93d1b9b7d01c
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index b07f5d2..52a65a4 100755
--- a/configure
+++ b/configure
@@ -2419,7 +2419,7 @@ vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
 vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
 vdpau_deps="vdpau_vdpau_h vdpau_vdpau_x11_h"
 videotoolbox_deps="VideoToolbox_VideoToolbox_h pthreads"
-videotoolbox_extralibs="-framework CoreFoundation -framework VideoToolbox -framework CoreMedia -framework QuartzCore"
+videotoolbox_extralibs="-framework CoreFoundation -framework VideoToolbox -framework CoreMedia -framework QuartzCore -framework CoreVideo"
 xvmc_deps="X11_extensions_XvMClib_h"
 
 h263_vaapi_hwaccel_deps="vaapi"



More information about the ffmpeg-cvslog mailing list