summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
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/Makefile
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/Makefile')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index a97666fe26..9f256a18ce 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -3,7 +3,7 @@ include ../config.mak
LIBNAME_MPLAYER = libvidix.a
SRCS_MPLAYER = vidixlib.c \
- libdha.c \
+ dha.c \
mtrr.c \
pci.c \
pci_names.c \