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

Nicolas Plourde CVS syncmail at mplayerhq.hu
Mon Oct 18 22:30:11 CEST 2004


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	stream_vcd.c 
Log Message:
add vcd support to darwin for ppc

Index: stream_vcd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_vcd.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stream_vcd.c	11 Jul 2004 22:23:57 -0000	1.4
+++ stream_vcd.c	18 Oct 2004 20:30:07 -0000	1.5
@@ -18,7 +18,9 @@
 #include <sys/cdrio.h>
 #include "vcd_read_fbsd.h" 
 #elif defined(__NetBSD__) || defined (__OpenBSD__)
-#include "vcd_read_nbsd.h" 
+#include "vcd_read_nbsd.h"
+#elif defined(MACOSX)
+#include "vcd_read_macosx.h" 
 #else
 #include "vcd_read.h"
 #endif




More information about the MPlayer-cvslog mailing list