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.
pull/153/merge
Lynne 5 months ago
parent 29ea34728f
commit 57b7e96b04
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 2
      configure

2
configure vendored

@ -4043,7 +4043,7 @@ avcodec_suggest="libm stdatomic spirv_compiler"
avdevice_deps="avformat avcodec avutil"
avdevice_suggest="libm stdatomic"
avfilter_deps="avutil"
avfilter_suggest="libm stdatomic"
avfilter_suggest="libm stdatomic spirv_compiler"
avformat_deps="avcodec avutil"
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"

Loading…
Cancel
Save