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

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new cbbbe4a862 configure: bump AMF requirement to 1.5.2
cbbbe4a862 is described below

commit cbbbe4a8624f180fc954cea0a74437f40ff4002d
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Wed Jun 17 17:38:02 2026 +0200
Commit:     ArazIusubov <[email protected]>
CommitDate: Tue Jun 23 08:39:44 2026 +0000

    configure: bump AMF requirement to 1.5.2
    
    485f1956908ae3281b2f5e1c6298f5ee061bcfd9 requires AMFSurface1, which is
    available since 1.5.2.
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 9eb9d75326..fb95efdffa 100755
--- a/configure
+++ b/configure
@@ -7960,7 +7960,7 @@ fi
 
 enabled amf &&
     check_cpp_condition amf "AMF/core/Version.h" \
-        "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | 
AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x1000500000000"
+        "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | 
AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x1000500020000"
 
 # Funny iconv installations are not unusual, so check it after all flags have 
been set
 if enabled libc_iconv; then

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

Reply via email to