summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 15:02:45 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-29 15:02:45 +0000
commitcac6c0eea2ac19870f909e4e2c88dd95fec9e5e7 (patch)
tree44ee97119750be0ef64f73fffe2cf66c6b8d457e /libdha
parentdddde758f860a16c3889c6e26235c6f9a75f1e5a (diff)
downloadmpv-cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7.tar.bz2
mpv-cac6c0eea2ac19870f909e4e2c88dd95fec9e5e7.tar.xz
Remove bswap.h, use libavutil/bswap.h instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/sysdep/pci_linux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdha/sysdep/pci_linux.c b/libdha/sysdep/pci_linux.c
index 0362d92579..68393ae093 100644
--- a/libdha/sysdep/pci_linux.c
+++ b/libdha/sysdep/pci_linux.c
@@ -132,7 +132,8 @@ static int pci_config_type( void ) { return 1; }
#include <fcntl.h>
//#include <sys/io.h>
#include <linux/pci.h>
-#include "../../bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
static int pci_get_vendor(
unsigned char bus,