summaryrefslogtreecommitdiffstats
path: root/vidix/pci.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 15:26:41 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-06 15:26:41 +0000
commitc1a5717ff7b7b5ffc7ec025d4251ada9e1701b97 (patch)
tree3066e07bdad6ebae976f57c0adf312770377e4f1 /vidix/pci.c
parent51ba40dcd64518c8d5f9ce586171c8fb347a42c0 (diff)
downloadmpv-c1a5717ff7b7b5ffc7ec025d4251ada9e1701b97.tar.bz2
mpv-c1a5717ff7b7b5ffc7ec025d4251ada9e1701b97.tar.xz
renamed libdha.[hc] to dha.[hc]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22919 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/pci.c')
-rw-r--r--vidix/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/pci.c b/vidix/pci.c
index 72f8a62505..ac1852865f 100644
--- a/vidix/pci.c
+++ b/vidix/pci.c
@@ -51,7 +51,7 @@
*
*/
-#include "libdha.h"
+#include "dha.h"
#include <errno.h>
#include <string.h>
#include <stdio.h>