aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLynne via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>2024-10-06 16:24:13 +0200
committerTimo Rothenpieler <timo@rothenpieler.org>2024-10-06 21:11:05 +0200
commitf339169f35bc3edd250062d613a7de957ad5a877 (patch)
tree1ef6fdc5dcb8c2277f8e388085760fa0a1aac616
parenta77365d86497ead7ba101b248cc1efec9676476c (diff)
downloadffmpeg-f339169f35bc3edd250062d613a7de957ad5a877.tar.gz
configure: add spirv_compiler to avcodec_suggest
893f3fde4cdeb 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.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 760eba1193..1006ac98e2 100755
--- a/configure
+++ b/configure
@@ -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"