summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-18 10:38:53 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-07-18 10:38:53 +0000
commit8beb41783a79bd82030862b2e63cca6d090a7f29 (patch)
tree88ae1c8063cea57fdd6ff76166e896929849c6a9
parent0e57fe17ebef4a8eee66ec05000e14e635ff7dea (diff)
Replace two occurrences of 'vfwcap_demuxer' with 'vfwcap_indev', I
missed them in r19293. Re-enable version check on w32api.h if the vfwcap input device has been selected. Originally committed as revision 19461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index bd62005f3e..8b7b996680 100755
--- a/configure
+++ b/configure
@@ -1803,9 +1803,9 @@ case $target_os in
if ! enabled x86_64; 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_demuxer &&
+ enabled_any avisynth vfwcap_indev &&
{ 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."; }
+ die "ERROR: avisynth and vfwcap_indev require w32api version 3.13 or later."; }
fi
;;
cygwin*)