summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-25 08:48:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-25 08:48:32 +0000
commit8308e63eb1f9203e53f13698e7a2bfb362ccceaf (patch)
tree435d981cc0bc9a26791fbc75f16e8357b2663ffd /libdha
parent22a08bc3465e256fa78f59649b30aa8c1efecdf5 (diff)
downloadmpv-8308e63eb1f9203e53f13698e7a2bfb362ccceaf.tar.bz2
mpv-8308e63eb1f9203e53f13698e7a2bfb362ccceaf.tar.xz
DragonFly BSD support
patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15567 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index 9524d8a2c0..6e2c3fc7b2 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -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"