[Mplayer-cvslog] CVS: main configure,1.920,1.921

Nicolas Plourde CVS syncmail at mplayerhq.hu
Mon Oct 18 22:29:21 CEST 2004


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv21906

Modified Files:
	configure 
Log Message:
add vcd support to darwin for ppc

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -r1.920 -r1.921
--- configure	17 Oct 2004 13:28:22 -0000	1.920
+++ configure	18 Oct 2004 20:29:17 -0000	1.921
@@ -4505,7 +4505,7 @@
 
 
 echocheck "VCD support"
-if linux || bsdos || freebsd || netbsd || sunos ; then
+if linux || bsdos || freebsd || netbsd || sunos || (darwin && ppc) ; then
   _inputmodules="vcd $_inputmodules"
   _def_vcd='#define HAVE_VCD 1'
   echores "ok"
@@ -6897,8 +6897,8 @@
 #define DEFAULT_CDROM_DEVICE    "D:"
 #define DEFAULT_DVD_DEVICE	"D:"
 #elif defined(SYS_DARWIN)
-#define DEFAULT_CDROM_DEVICE    "/dev/rdiskN"
-#define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE
+#define DEFAULT_CDROM_DEVICE    "/dev/disk1"
+#define DEFAULT_DVD_DEVICE	"/dev/rdiskN"
 #elif defined(__OpenBSD__)
 #define DEFAULT_CDROM_DEVICE	"/dev/rcd0a"
 #define DEFAULT_DVD_DEVICE	DEFAULT_CDROM_DEVICE




More information about the MPlayer-cvslog mailing list