diff mbox series

[FFmpeg-devel] configure: add spirv_compiler to avcodec_suggest

Message ID 20241006132921.1081137-1-dev@lynne.ee
State New
Headers show
Series [FFmpeg-devel] configure: add spirv_compiler to avcodec_suggest | expand

Checks

Context Check Description
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Lynne Oct. 6, 2024, 1:29 p.m. UTC
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.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configure b/configure
index 9b7236e69b..46c7481ef4 100755
--- a/configure
+++ b/configure
@@ -4039,7 +4039,7 @@  cws2fws_extralibs="zlib_extralibs"
 
 # libraries, in any order
 avcodec_deps="avutil"
-avcodec_suggest="libm stdatomic liblcevc_dec"
+avcodec_suggest="libm stdatomic liblcevc_dec spirv_compiler"
 avdevice_deps="avformat avcodec avutil"
 avdevice_suggest="libm stdatomic"
 avfilter_deps="avutil"