[FFmpeg-cvslog] configure: explicitly list videotoolbox deps for avutil
James Almer
git at videolan.org
Fri Oct 13 03:07:30 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 12 21:04:26 2017 -0300| [34dbee9f601f30bb41fec5656f94f87ded31f155] | committer: James Almer
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34dbee9f601f30bb41fec5656f94f87ded31f155
---
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"
More information about the ffmpeg-cvslog
mailing list