diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-25 07:22:28 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-25 07:22:28 +0000 |
commit | 6272b522241ecf0b5a8d0e372c88af76d2933e17 (patch) | |
tree | 60bee7396607aa75462bba84d841c00b58615658 | |
parent | 56c96cec50f96a59f01df63f57996519c281cfeb (diff) |
typo: mingw --> mingw32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23108 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |