aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-12 12:27:48 -0300
committerJames Almer <jamrial@gmail.com>2017-10-12 12:27:48 -0300
commit25bd2f4f368ac350d635aaa50860ee642233dcc9 (patch)
tree3187b7338a819dfe057445031c77a029cf32cac9
parentce508f0bcc371c5e4399f14dd5e9f5b2aca16ab5 (diff)
downloadffmpeg-25bd2f4f368ac350d635aaa50860ee642233dcc9.tar.gz
configure: add missing OpenCL dependency to libavutil
Tested-by: wm4 Signed-off-by: James Almer <jamrial@gmail.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 9f95d58c6e..2de19fab0f 100755
--- a/configure
+++ b/configure
@@ -3340,7 +3340,7 @@ avformat_deps="avcodec avutil"
avformat_suggest="libm network"
avresample_deps="avutil"
avresample_suggest="libm"
-avutil_suggest="libm libdrm libmfx user32 vaapi videotoolbox wincrypt"
+avutil_suggest="libm libdrm libmfx opencl user32 vaapi videotoolbox wincrypt"
postproc_deps="avutil gpl"
postproc_suggest="libm"
swresample_deps="avutil"