[Mplayer-cvslog] CVS: main/libdha/sysdep pci_openbsd.c,1.3,1.4
Atmosfear
atmos4 at mplayerhq.hu
Wed Jul 3 23:20:21 CEST 2002
Update of /cvsroot/mplayer/main/libdha/sysdep
In directory mail:/var/tmp.root/cvs-serv8274/libdha/sysdep
Modified Files:
pci_openbsd.c
Log Message:
OpenBSD PPC libdha fix by Björn Sandell.
Index: pci_openbsd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/sysdep/pci_openbsd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pci_openbsd.c 12 May 2002 02:18:50 -0000 1.3
+++ pci_openbsd.c 3 Jul 2002 21:20:19 -0000 1.4
@@ -4,6 +4,8 @@
Modified for readability by Nick Kurshev
*/
+#ifdef __i386__
+
#include <errno.h>
#include <sys/types.h>
#include <machine/sysarch.h>
@@ -22,3 +24,4 @@
/* Nothing to do */
return(0);
}
+#endif
More information about the MPlayer-cvslog
mailing list