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 ce1fedc039 configure: filter -experimental:* from armasm flags
ce1fedc039 is described below
commit ce1fedc039a27e9e330659abb6e3eb2cddbbabb7
Author: Kacper Michajłow <[email protected]>
AuthorDate: Fri Aug 21 10:43:20 2026 +0200
Commit: Kacper Michajłow <[email protected]>
CommitDate: Fri Aug 21 09:45:48 2026 +0000
configure: filter -experimental:* from armasm flags
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
--
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]