[MPlayer-cvslog] r22997 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Apr 15 13:56:52 CEST 2007
Author: diego
Date: Sun Apr 15 13:56:52 2007
New Revision: 22997
Modified:
trunk/configure
Log:
Disabled VCD support under Cygwin, it fails to link.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Apr 15 13:56:52 2007
@@ -5188,7 +5188,7 @@ fi #if irix
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || mingw; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
_vcd="yes"
More information about the MPlayer-cvslog
mailing list