[FFmpeg-cvslog] configure: add spirv_compiler to avfilter_suggest as well

Lynne git at videolan.org
Wed Oct 9 02:08:14 EEST 2024


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Mon Oct  7 09:14:08 2024 +0200| [57b7e96b04b19cf7ce26d07d8fd5f76d19f380c5] | committer: Lynne

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.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57b7e96b04b19cf7ce26d07d8fd5f76d19f380c5
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1006ac98e2..461586cdb8 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list