ffmpeg | branch: master | James Almer <jamr...@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 <jamr...@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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog