From 34dbee9f601f30bb41fec5656f94f87ded31f155 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 12 Oct 2017 21:04:26 -0300 Subject: [PATCH] configure: explicitly list videotoolbox deps for avutil There's a bug in configure where they are not being resolved right, so make them explicit deps for avutil for now. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f757d767b8..1db50df0a4 100755 --- a/configure +++ b/configure @@ -3341,7 +3341,7 @@ avformat_deps="avcodec avutil" avformat_suggest="libm network" avresample_deps="avutil" avresample_suggest="libm" -avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox wincrypt" +avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox corefoundation corevideo coremedia wincrypt" postproc_deps="avutil gpl" postproc_suggest="libm" swresample_deps="avutil"