Mercurial > mplayer.hg
diff configure @ 23090:a6aa62e45f37
typo: mingw --> mingw32
author | diego |
---|---|
date | Wed, 25 Apr 2007 07:22:28 +0000 |
parents | 5cca2241a04a |
children | 21e496522217 |
line wrap: on
line diff
--- a/configure Wed Apr 25 00:03:27 2007 +0000 +++ b/configure Wed Apr 25 07:22:28 2007 +0000 @@ -5188,7 +5188,7 @@ 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"