[Mplayer-cvslog] CVS: main/libmpdvdkit2 dvd_udf.c,1.2,1.3 dvd_reader.h,1.1,1.2

Sascha Sommer CVS faust3 at mplayerhq.hu
Fri Apr 18 20:48:18 CEST 2003


Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var/tmp.root/cvs-serv17187

Modified Files:
	dvd_udf.c dvd_reader.h 
Log Message:
MINGW32 port

Index: dvd_udf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/dvd_udf.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvd_udf.c	16 Aug 2002 22:50:21 -0000	1.2
+++ dvd_udf.c	18 Apr 2003 18:47:57 -0000	1.3
@@ -31,7 +31,9 @@
 #include <stdlib.h>
 #include <string.h>
 //#include <assert.h>
+#ifndef __MINGW32__
 #include <sys/ioctl.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>

Index: dvd_reader.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/dvd_reader.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvd_reader.h	16 Aug 2002 22:37:48 -0000	1.1
+++ dvd_reader.h	18 Apr 2003 18:47:57 -0000	1.2
@@ -21,6 +21,9 @@
  */
 
 #include <sys/types.h>
+#ifdef __MINGW32__
+typedef long ssize_t;
+#endif
 
 /**
  * The length of one Logical Block of a DVD Video.



More information about the MPlayer-cvslog mailing list