diff options
author | Lynne <dev@lynne.ee> | 2024-10-07 09:14:08 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-10-09 00:59:27 +0200 |
commit | 57b7e96b04b19cf7ce26d07d8fd5f76d19f380c5 (patch) | |
tree | 81f9c9a61238c25c30c17ba18b3c47f3484cbd62 | |
parent | 29ea34728f1064877a0ab9b8dee0f3de69a2d750 (diff) | |
download | ffmpeg-57b7e96b04b19cf7ce26d07d8fd5f76d19f380c5.tar.gz |
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.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |