This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit b0c456d245fcea7c248f4f820d5ed8f55a9f2b51
Author:     Kacper Michajłow <[email protected]>
AuthorDate: Sat Aug 22 17:13:58 2026 +0200
Commit:     Kacper Michajłow <[email protected]>
CommitDate: Mon Sep 7 03:57:59 2026 +0000

    configure: drop snprintf fallback for mingw-w64 runtime < 3
    
    mingw-w64 3.0 was released in 2013 and provides C99-correct snprintf.
    No C11-capable toolchain ships with an older runtime.
    
    Signed-off-by: Kacper Michajłow <[email protected]>
---
 configure | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure b/configure
index b10d307028..16af8bc695 100755
--- a/configure
+++ b/configure
@@ -6460,10 +6460,6 @@ probe_libc(){
     # MinGW64 is backwards compatible with MinGW32, so check for it first.
     elif test_${pfx}cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; 
then
         eval ${pfx}libc_type=mingw64
-        if test_${pfx}cpp_condition _mingw.h "__MINGW64_VERSION_MAJOR < 3"; 
then
-            add_compat msvcrt/snprintf.o
-            add_allcflags "-include $source_path/compat/msvcrt/snprintf.h"
-        fi
         add_${pfx}cflags -U__STRICT_ANSI__
         if ! test_${pfx}cpp_condition crtdefs.h "defined(_UCRT)"; then
             add_${pfx}cppflags -D__USE_MINGW_ANSI_STDIO=1

-- 
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]

Reply via email to