This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 045016de21250e99d67dde697905ecd19acf336c
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Mon Jun 22 13:57:14 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Mon Jun 22 16:18:59 2026 +0000

    configure: bump libplacebo requirement to 7.351.0
    
    Since commit ec8e796b4, older libplacebo wouldn't built.
    
    The support for 8.0 has been fixed in libplacebo commits 7cbbc764e and
    563ea4a1a.
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index c8a0eac79b..7160664603 100755
--- a/configure
+++ b/configure
@@ -7465,7 +7465,7 @@ enabled libopus           && {
         require_pkg_config libopus opus opus_multistream.h 
opus_multistream_surround_encoder_create
     }
 }
-enabled libplacebo        && require_pkg_config libplacebo "libplacebo >= 
5.229.0" libplacebo/vulkan.h pl_vulkan_create
+enabled libplacebo        && require_pkg_config libplacebo "libplacebo >= 
7.351.0" libplacebo/vulkan.h pl_vulkan_create
 enabled libpulse          && require_pkg_config libpulse libpulse 
pulse/pulseaudio.h pa_context_new
 enabled libqrencode       && require_pkg_config libqrencode libqrencode 
qrencode.h QRcode_encodeString
 enabled libquirc          && require libquirc quirc.h quirc_decode -lquirc

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to