configure: add spirv_compiler to avcodec_suggest

893f3fde4c made libavcodec link to libshaderc/libglslang, though
no codecs depend on it at this immediate moment.

This was merged largely as a coordination effort to synchronize three
different developers' repositories to allow them to send patches without
overlapping functionality in between.

This line can be removed once the first component to depend on spirv_compiler
lands, but leaving it in is fine too.
This commit is contained in:
Lynne via ffmpeg-devel 2024-10-06 16:24:13 +02:00 committed by Timo Rothenpieler
parent a77365d864
commit f339169f35

2
configure vendored
View File

@ -4039,7 +4039,7 @@ cws2fws_extralibs="zlib_extralibs"
# libraries, in any order
avcodec_deps="avutil"
avcodec_suggest="libm stdatomic"
avcodec_suggest="libm stdatomic spirv_compiler"
avdevice_deps="avformat avcodec avutil"
avdevice_suggest="libm stdatomic"
avfilter_deps="avutil"