[Mplayer-cvslog] CVS: main/libmpdemux dvdauth.c,1.11,1.12
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Jan 13 02:36:40 CET 2002
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv360
Modified Files:
dvdauth.c
Log Message:
patch by Steven M. Schultz to support dvd under BSD/OS
Index: dvdauth.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/dvdauth.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dvdauth.c 11 Jan 2002 22:15:55 -0000 1.11
+++ dvdauth.c 13 Jan 2002 01:36:38 -0000 1.12
@@ -37,6 +37,8 @@
# include <linux/cdrom.h>
#elif defined(__sun)
# include <sun/dvdio.h>
+#elif defined(__bsdi__)
+# include <dvd.h>
#else
# error "Need the DVD ioctls"
#endif
More information about the MPlayer-cvslog
mailing list