diff options
author | Clément Bœsch <clement@stupeflix.com> | 2015-10-15 10:43:42 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2015-10-15 10:43:55 +0200 |
commit | f2f55bd9ca45001dea0d80c137fa93d1b9b7d01c (patch) | |
tree | 87d0c612287cc9c2057bc195e58cfa8c903cc8e7 /configure | |
parent | 3041618516930d768d0d0a6f5b206e0fcfe0f8f4 (diff) | |
download | ffmpeg-f2f55bd9ca45001dea0d80c137fa93d1b9b7d01c.tar.gz |
build/videotoolbox: add missing CoreVideo framework
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |