[Mplayer-cvslog] CVS: 0_90/libmpdvdkit2 libdvdcss.c,1.8,1.9

Arpi of Ize arpi at mplayerhq.hu
Mon Feb 10 21:47:56 CET 2003


Update of /cvsroot/mplayer/0_90/libmpdvdkit2
In directory mail:/var/tmp.root/cvs-serv23474/libmpdvdkit2

Modified Files:
	libdvdcss.c 
Log Message:
The latest mpdvdkit fails to compile because the new sources want
SYS_CYGWIN defined, but we the standard __CYGWIN__.  I added a quick fix
to the only file that cares.  Patch attached.
Joey Parrish <joey at nicewarrior.org>


Index: libdvdcss.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libmpdvdkit2/libdvdcss.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libdvdcss.c	8 Feb 2003 00:22:38 -0000	1.8
+++ libdvdcss.c	10 Feb 2003 20:47:54 -0000	1.9
@@ -113,6 +113,10 @@
 #include "ioctl.h"
 #include "device.h"
 
+#ifdef __CYGWIN__
+#define SYS_CYGWIN
+#endif
+
 /**
  * \brief Symbol for version checks.
  *



More information about the MPlayer-cvslog mailing list