The branch, master has been updated
via 994bc08325897a7bc86cbb4f8975e1c09272f5d2 (commit)
from 76471fb1439486db07b7e70c9a20a022458576b1 (commit)
- Log -----------------------------------------------------------------
commit 994bc08325897a7bc86cbb4f8975e1c09272f5d2
Author: Marvin Scholz <[email protected]>
AuthorDate: Mon Sep 15 15:15:14 2025 +0200
Commit: Timo Rothenpieler <[email protected]>
CommitDate: Mon Sep 15 15:50:11 2025 +0000
configure: also initialize objcflags_filter early
Fixes an issue uncovered since 0ce413af9cc8040095a6b714600d6a8dceaca514
where flags were properly separated but without the objcflags_filter
being initialized, if add_objcflags is called early as part of
add_allcflags, it would lead to the append() function using an empty
filter and trying to call the flag instead, leading to errors like:
./configure: line 976: -fsanitize=address: command not found
./configure: line 976: -fno-omit-frame-pointer: command not found
diff --git a/configure b/configure
index 3d51749618..8f2decb95f 100755
--- a/configure
+++ b/configure
@@ -4298,6 +4298,7 @@ VERSION_SCRIPT_POSTPROCESS_CMD="cat"
asflags_filter=echo
cflags_filter=echo
+objcflags_filter=echo
ldflags_filter=echo
AS_C='-c'
-----------------------------------------------------------------------
Summary of changes:
configure | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]