[Mplayer-cvslog] CVS: main/libmpdvdkit ioctl.c,1.1,1.2
Arpi of Ize
arpi at mplayerhq.hu
Thu May 9 11:06:47 CEST 2002
Update of /cvsroot/mplayer/main/libmpdvdkit
In directory mail:/var/tmp.root/cvs-serv9481
Modified Files:
ioctl.c
Log Message:
BSDI dvd.h detect fix by Steven M. Schultz <sms at 2BSD.COM>
Index: ioctl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit/ioctl.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ioctl.c 24 Apr 2002 19:28:03 -0000 1.1
+++ ioctl.c 9 May 2002 09:06:44 -0000 1.2
@@ -53,7 +53,7 @@
# include <dvd.h>
#endif
#ifdef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
-# include <BSDI_dvdioctl/dvd.h>
+# include <dvd.h>
#endif
#ifdef SYS_BEOS
# include <malloc.h>
More information about the MPlayer-cvslog
mailing list