[MPlayer-cvslog] r22523 - trunk/configure
compn
subversion at mplayerhq.hu
Mon Mar 12 16:46:38 CET 2007
Author: compn
Date: Mon Mar 12 16:46:38 2007
New Revision: 22523
Modified:
trunk/configure
Log:
add vcd:// for win32 , patch by zuxy meng
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Mar 12 16:46:38 2007
@@ -5152,7 +5152,7 @@ fi #if irix
echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos || darwin ; then
+if linux || bsdos || freebsd || netbsd || sunos || darwin || win32; then
_inputmodules="vcd $_inputmodules"
_def_vcd='#define HAVE_VCD 1'
_vcd="yes"
More information about the MPlayer-cvslog
mailing list