[Mplayer-cvslog] CVS: main/libmpdemux stream_vcd.c, 1.3, 1.4 vcd_read_nbsd.h, 1.4, 1.5
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Jul 12 00:23:59 CEST 2004
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv26935/libmpdemux
Modified Files:
stream_vcd.c vcd_read_nbsd.h
Log Message:
OpenBSD portability patches from the OpenBSD ports tree
Index: stream_vcd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_vcd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stream_vcd.c 13 Aug 2003 11:18:24 -0000 1.3
+++ stream_vcd.c 11 Jul 2004 22:23:57 -0000 1.4
@@ -17,7 +17,7 @@
#ifdef __FreeBSD__
#include <sys/cdrio.h>
#include "vcd_read_fbsd.h"
-#elif defined(__NetBSD__)
+#elif defined(__NetBSD__) || defined (__OpenBSD__)
#include "vcd_read_nbsd.h"
#else
#include "vcd_read.h"
Index: vcd_read_nbsd.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/vcd_read_nbsd.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vcd_read_nbsd.h 9 Apr 2003 07:33:59 -0000 1.4
+++ vcd_read_nbsd.h 11 Jul 2004 22:23:57 -0000 1.5
@@ -1,6 +1,8 @@
#include <sys/types.h>
+#ifdef __NetBSD__
#include <sys/inttypes.h>
+#endif
#include <sys/cdio.h>
#include <sys/scsiio.h>
More information about the MPlayer-cvslog
mailing list