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 f101fce22d configure: fix msvc _WIN32_WINNT check
f101fce22d is described below
commit f101fce22d64db10f500242e23e43a251fe14414
Author: James Almer <[email protected]>
AuthorDate: Thu Aug 20 09:52:04 2026 -0300
Commit: James Almer <[email protected]>
CommitDate: Thu Aug 20 09:52:04 2026 -0300
configure: fix msvc _WIN32_WINNT check
Fixes a regression introduced in a72b9465cda477b34e35d6d1eda670603a0a9f5b.
Signed-off-by: James Almer <[email protected]>
---
configure | 7 -------
1 file changed, 7 deletions(-)
diff --git a/configure b/configure
index 9dd11e7218..594697b64b 100755
--- a/configure
+++ b/configure
@@ -6463,13 +6463,6 @@ probe_libc(){
add_${pfx}cppflags -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS
-D_CRT_NONSTDC_NO_WARNINGS
test_${pfx}cpp_condition windows.h "!defined(_WIN32_WINNT) ||
_WIN32_WINNT < 0x0601" &&
add_${pfx}cppflags -D_WIN32_WINNT=0x0601
-#ifdef WINAPI_FAMILY
-#include <winapifamily.h>
-#if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
-#error not desktop
-#endif
-#endif
-EOF
if [ "$pfx" = "" ]; then
check_func strtoll || add_allcflags -Dstrtoll=_strtoi64
check_func strtoull || add_allcflags -Dstrtoull=_strtoui64
--
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]