diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-10 14:56:23 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-01-10 14:56:23 +0000 |
commit | d1f409719c704b502427b67f75b3073cd25ff302 (patch) | |
tree | 17b1e380506a1ec91e98dafa08b76f24dd6a6e67 /libdha | |
parent | 793eb3b6819e57285413aaca02fd4abd934b0e68 (diff) | |
download | mpv-d1f409719c704b502427b67f75b3073cd25ff302.tar.bz2 mpv-d1f409719c704b502427b67f75b3073cd25ff302.tar.xz |
GNU/kFreeBSD support, closes Bugzilla #704.
patch by Petr Salinger, Petr.Salinger seznam cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21866 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r-- | libdha/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/pci.c b/libdha/pci.c index 474625a68a..72f8a62505 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__) || defined(__DragonFly__) +#elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__) || defined(__DragonFly__) #include "sysdep/pci_freebsd.c" #elif defined (__386BSD__) #include "sysdep/pci_386bsd.c" |