mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
configure: add spirv_compiler to avfilter_suggest as well
If someone were to enable libglslang/libshaderc, and then disable all Vulkan filters, they would have the same issue as the earlier fix for libavcodec. Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
3746ef09d3
commit
da585e3471
2
configure
vendored
2
configure
vendored
@ -4014,7 +4014,7 @@ avcodec_suggest="libm stdatomic spirv_compiler"
|
|||||||
avdevice_deps="avformat avcodec avutil"
|
avdevice_deps="avformat avcodec avutil"
|
||||||
avdevice_suggest="libm stdatomic"
|
avdevice_suggest="libm stdatomic"
|
||||||
avfilter_deps="avutil"
|
avfilter_deps="avutil"
|
||||||
avfilter_suggest="libm stdatomic"
|
avfilter_suggest="libm stdatomic spirv_compiler"
|
||||||
avformat_deps="avcodec avutil"
|
avformat_deps="avcodec avutil"
|
||||||
avformat_suggest="libm network zlib stdatomic"
|
avformat_suggest="libm network zlib stdatomic"
|
||||||
avutil_suggest="clock_gettime ffnvcodec gcrypt libm libdrm libmfx opencl openssl user32 vaapi vulkan videotoolbox corefoundation corevideo coremedia bcrypt stdatomic"
|
avutil_suggest="clock_gettime ffnvcodec gcrypt libm libdrm libmfx opencl openssl user32 vaapi vulkan videotoolbox corefoundation corevideo coremedia bcrypt stdatomic"
|
||||||
|
Loading…
Reference in New Issue
Block a user