From bc4b72214320725f5e5a81197dc5ab70dc9d7e58 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sun, 7 Dec 2008 05:17:57 +0000 Subject: mingw: update w32api to 3.13 Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 605bf3fa21..7b0f615b97 100755 --- a/configure +++ b/configure @@ -1462,8 +1462,8 @@ case $target_os in check_cpp_condition _mingw.h "(__MINGW32_MAJOR_VERSION > 3) || (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" || die "ERROR: MinGW runtime version must be >= 3.15." enabled_any avisynth vfwcap_demuxer && - { check_cpp_condition w32api.h "(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 12)" || - die "ERROR: avisynth and vfwcap_demuxer require w32api version 3.12 or later."; } + { check_cpp_condition w32api.h "(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)" || + die "ERROR: avisynth and vfwcap_demuxer require w32api version 3.13 or later."; } ;; cygwin*) target_os=cygwin -- cgit v1.2.3