summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-07-10 17:11:27 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-07-10 17:11:27 +0000
commitb734a6783735efb79be1fbf7fcef37fb95441d88 (patch)
treefc6e15993dcacb7645727e9dfe203993d1f2b186 /configure
parent83b203dc94e05eab5e14dd07e00959ace9bad422 (diff)
mingw32: avisynth does not need w32api >= 3.13
Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c35e3e29ec..7cac774a0e 100755
--- a/configure
+++ b/configure
@@ -2274,9 +2274,9 @@ case $target_os in
if ! check_cpp_condition _mingw.h "defined (__MINGW64_VERSION_MAJOR)"; then
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_indev &&
+ enabled_any vfwcap_indev &&
{ check_cpp_condition w32api.h "(__W32API_MAJOR_VERSION > 3) || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION >= 13)" ||
- die "ERROR: avisynth and vfwcap_indev require w32api version 3.13 or later."; }
+ die "ERROR: vfwcap_indev requires w32api version 3.13 or later."; }
fi
;;
cygwin*)