[MPlayer-cvslog] CVS: main/libdha pci.c,1.14,1.15
Diego Biurrun CVS
syncmail at mplayerhq.hu
Wed May 25 10:48:34 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv9710/libdha
Modified Files:
pci.c
Log Message:
DragonFly BSD support
patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de>
Index: pci.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/pci.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pci.c 26 Jun 2004 12:40:56 -0000 1.14
+++ pci.c 25 May 2005 08:48:31 -0000 1.15
@@ -62,7 +62,7 @@
/* OS depended stuff */
#if defined (linux)
#include "sysdep/pci_linux.c"
-#elif defined (__FreeBSD__)
+#elif defined (__FreeBSD__) || defined(__DragonFly__)
#include "sysdep/pci_freebsd.c"
#elif defined (__386BSD__)
#include "sysdep/pci_386bsd.c"
More information about the MPlayer-cvslog
mailing list