This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 35235c762c361b86de08f902c3d41e837dddf09b Author: Lynne <[email protected]> AuthorDate: Sun Jan 11 20:21:13 2026 +0100 Commit: Lynne <[email protected]> CommitDate: Mon Jan 12 17:28:40 2026 +0100 configure: add zlib to suggests for shader_compression --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 11a79f7d7f..92c97f4bd8 100755 --- a/configure +++ b/configure @@ -4251,6 +4251,7 @@ swresample_deps="avutil" swresample_suggest="libm libsoxr stdatomic" swscale_deps="avutil" swscale_suggest="libm stdatomic" +shader_compression_suggest="zlib" avcodec_extralibs="pthreads_extralibs iconv_extralibs dxva2_extralibs liblcevc_dec_extralibs lcms2_extralibs" avfilter_extralibs="pthreads_extralibs" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
