summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-14 10:34:38 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-14 10:34:38 +0000
commitae336e9ea20f21228de9f78f6e6405ea7e71cfbc (patch)
treeeb802946d8db8b05e53c4c32057338295f772975 /mp3lib/Makefile
parent2da69665f6d72867a7507510ef87b1268e9752e9 (diff)
downloadmpv-ae336e9ea20f21228de9f78f6e6405ea7e71cfbc.tar.bz2
mpv-ae336e9ea20f21228de9f78f6e6405ea7e71cfbc.tar.xz
S->C
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 35307f2ae1..6958da0b17 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -20,11 +20,11 @@ endif
#OBJS += dct64_sse.o
#endif
ifeq ($(TARGET_3DNOW),yes)
-SRCS += dct36_3dnow.s dct64_3dnow.s
+SRCS += dct36_3dnow.s dct64_3dnow.c
OBJS += dct36_3dnow.o dct64_3dnow.o
endif
ifeq ($(TARGET_3DNOWEX),yes)
-SRCS += dct36_k7.s dct64_k7.s
+SRCS += dct36_k7.s dct64_k7.c
OBJS += dct36_k7.o dct64_k7.o
endif
endif