[Mplayer-cvslog] CVS: main/libmpdemux stream_vcd.c,1.5,1.6

Nicolas Plourde CVS syncmail at mplayerhq.hu
Mon Oct 18 23:05:17 CEST 2004


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	stream_vcd.c 
Log Message:
enable vcd for all darwin based sys not only mac osx

Index: stream_vcd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_vcd.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stream_vcd.c	18 Oct 2004 20:30:07 -0000	1.5
+++ stream_vcd.c	18 Oct 2004 21:05:14 -0000	1.6
@@ -19,8 +19,8 @@
 #include "vcd_read_fbsd.h" 
 #elif defined(__NetBSD__) || defined (__OpenBSD__)
 #include "vcd_read_nbsd.h"
-#elif defined(MACOSX)
-#include "vcd_read_macosx.h" 
+#elif defined(SYS_DARWIN)
+#include "vcd_read_darwin.h" 
 #else
 #include "vcd_read.h"
 #endif




More information about the MPlayer-cvslog mailing list