[Mplayer-cvslog] CVS: main/libmpdemux vcd_read_darwin.h,1.1,1.2
Nicolas Plourde CVS
syncmail at mplayerhq.hu
Mon Nov 1 18:57:02 CET 2004
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.39,1.40
- Next message: [Mplayer-cvslog] CVS: main/libvo gl_common.c, 1.1, 1.2 gl_common.h, 1.1, 1.2 vo_gl.c, 1.55, 1.56 x11_common.c, 1.178, 1.179 x11_common.h, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Nicolas Plourde CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv23041/libmpdemux
Modified Files:
vcd_read_darwin.h
Log Message:
fix build on darwin ppc
Index: vcd_read_darwin.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/vcd_read_darwin.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vcd_read_darwin.h 18 Oct 2004 21:06:50 -0000 1.1
+++ vcd_read_darwin.h 1 Nov 2004 17:57:00 -0000 1.2
@@ -1,5 +1,9 @@
+#include <sys/types.h>
+#include <CoreFoundation/CFBase.h>
+#include <IOKit/IOKitLib.h>
+#include <IOKit/storage/IOCDTypes.h>
+#include <IOKit/storage/IOCDMedia.h>
#include <IOKit/storage/IOCDMediaBSDClient.h>
-#include <CoreFoundation/CoreFoundation.h>
//=================== VideoCD ==========================
#define CDROM_LEADOUT 0xAA
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_quartz.c,1.39,1.40
- Next message: [Mplayer-cvslog] CVS: main/libvo gl_common.c, 1.1, 1.2 gl_common.h, 1.1, 1.2 vo_gl.c, 1.55, 1.56 x11_common.c, 1.178, 1.179 x11_common.h, 1.36, 1.37
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list