[FFmpeg-cvslog] configure: add missing OpenCL dependency to libavutil
James Almer
git at videolan.org
Thu Oct 12 18:29:32 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct 12 12:27:48 2017 -0300| [25bd2f4f368ac350d635aaa50860ee642233dcc9] | committer: James Almer
configure: add missing OpenCL dependency to libavutil
Tested-by: wm4
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25bd2f4f368ac350d635aaa50860ee642233dcc9
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"
More information about the ffmpeg-cvslog
mailing list