[Mplayer-cvslog] CVS: main/libmpdvdkit2 common.h,1.3,1.4 libdvdcss.c,1.11,1.12

Arpi of Ize arpi at mplayerhq.hu
Sat Aug 30 15:38:18 CEST 2003


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

Modified Files:
	common.h libdvdcss.c 
Log Message:
__CYGWIN__->SYS_CYGWIN define moved to the right place
(cut from Joey's dvdkit2 update patch)


Index: common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/common.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- common.h	30 Aug 2003 13:35:25 -0000	1.3
+++ common.h	30 Aug 2003 13:38:15 -0000	1.4
@@ -29,6 +29,10 @@
  *****************************************************************************/
 #include <inttypes.h>
 
+#ifdef __CYGWIN__
+#define SYS_CYGWIN
+#endif
+
 #if defined( WIN32 )
 
 #ifndef PATH_MAX

Index: libdvdcss.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/libdvdcss.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdvdcss.c	30 Aug 2003 13:35:25 -0000	1.11
+++ libdvdcss.c	30 Aug 2003 13:38:15 -0000	1.12
@@ -113,10 +113,6 @@
 #include "ioctl.h"
 #include "device.h"
 
-#ifdef __CYGWIN__
-#define SYS_CYGWIN
-#endif
-
 #ifndef HAVE_MPLAYER
  #include "get_path.c"
 #else



More information about the MPlayer-cvslog mailing list