This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 277e697681a11980ab557452c4b08b5c81dd9736 Author: Kacper Michajłow <[email protected]> AuthorDate: Sat Aug 22 18:14:24 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Mon Sep 7 03:10:15 2026 +0200 configure: add missing pfx to djgpp __STRICT_ANSI__ flag The host libc probe was adding the flag to target cppflags. Signed-off-by: Kacper Michajłow <[email protected]> --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c025dbc95d..b10d307028 100755 --- a/configure +++ b/configure @@ -6514,7 +6514,7 @@ probe_libc(){ add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600 elif test_${pfx}cpp_condition sys/version.h "defined __DJGPP__"; then eval ${pfx}libc_type=djgpp - add_cppflags -U__STRICT_ANSI__ + add_${pfx}cppflags -U__STRICT_ANSI__ add_allcflags "-include $source_path/compat/djgpp/math.h" add_compat djgpp/math.o fi -- 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]
