Commit 25bd2f4f authored by James Almer's avatar James Almer

configure: add missing OpenCL dependency to libavutil

Tested-by: wm4
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent ce508f0b
...@@ -3340,7 +3340,7 @@ avformat_deps="avcodec avutil" ...@@ -3340,7 +3340,7 @@ avformat_deps="avcodec avutil"
avformat_suggest="libm network" avformat_suggest="libm network"
avresample_deps="avutil" avresample_deps="avutil"
avresample_suggest="libm" 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_deps="avutil gpl"
postproc_suggest="libm" postproc_suggest="libm"
swresample_deps="avutil" swresample_deps="avutil"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment