summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-25 07:22:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-25 07:22:28 +0000
commit6272b522241ecf0b5a8d0e372c88af76d2933e17 (patch)
tree60bee7396607aa75462bba84d841c00b58615658 /configure
parent56c96cec50f96a59f01df63f57996519c281cfeb (diff)
downloadmpv-6272b522241ecf0b5a8d0e372c88af76d2933e17.tar.bz2
mpv-6272b522241ecf0b5a8d0e372c88af76d2933e17.tar.xz
typo: mingw --> mingw32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23108 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cd55ee123b..d485278194 100755
--- a/configure
+++ b/configure
@@ -5188,7 +5188,7 @@ fi #if irix
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw32; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
_vcd="yes"