summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-12 21:04:26 -0300
committerJames Almer <jamrial@gmail.com>2017-10-12 21:04:26 -0300
commit34dbee9f601f30bb41fec5656f94f87ded31f155 (patch)
treefdf1c944e907f0e69d1bc7cdeff03c31a2e1994b /configure
parentabb5efca263daff670ebb0a07af4fc902e457ade (diff)
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.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"