PR #23518 opened by Kacper Michajłow (kasper93) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23518 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23518.patch
485f1956908ae3281b2f5e1c6298f5ee061bcfd9 requires AMFSurface1, which is available since 1.5.2. From 08a9c69ea3977839efda7f8fa121cfe6dd3da929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= <[email protected]> Date: Wed, 17 Jun 2026 17:38:02 +0200 Subject: [PATCH] configure: bump AMF requirement to 1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ceb11ac8d0..6e7017f309 100755 --- a/configure +++ b/configure @@ -7937,7 +7937,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 -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
