PR #24229 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24229
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24229.patch

This fixes build with `--extra-cflags=-experimental:c11atomics`.


From 2f63c36255efbff749a41077a51e439ef7fca17e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= <[email protected]>
Date: Fri, 21 Aug 2026 10:43:20 +0200
Subject: [PATCH] configure: filter -experimental:* from armasm flags
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This fixes build with `--extra-cflags=-experimental:c11atomics`.

Signed-off-by: Kacper Michajłow <[email protected]>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 594697b64b..b9b8e51dc0 100755
--- a/configure
+++ b/configure
@@ -5164,6 +5164,7 @@ armasm_flags(){
             # be passed to gas-preprocessor
             -M[TD]*)                                            ;;
             -guard:signret)                                     ;;
+            -experimental:*)                                    ;;
             *)                  echo $flag                      ;;
         esac
    done
-- 
2.52.0

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

Reply via email to