Mercurial > mplayer.hg
changeset 23090:a6aa62e45f37
typo: mingw --> mingw32
author | diego |
---|---|
date | Wed, 25 Apr 2007 07:22:28 +0000 |
parents | 7b313a20939f |
children | 52488bb09d90 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"