summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-22 03:32:16 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-22 03:32:16 +0000
commitd0cf347a6269992b0d52d4863c02be91730b1c78 (patch)
tree9b9a9454a2cbc3b6465bd200ab9b3f3fe5663d0c /mp3lib/Makefile
parent0865846ecb7a6b4e5fbf5127d355892d2ff53d9c (diff)
downloadmpv-d0cf347a6269992b0d52d4863c02be91730b1c78.tar.bz2
mpv-d0cf347a6269992b0d52d4863c02be91730b1c78.tar.xz
moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10323 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 2a8bd4de27..4feaa4bd4d 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -17,9 +17,9 @@ OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o
#SRCS += dct64_sse.s
#OBJS += dct64_sse.o
#endif
-SRCS += dct36_3dnow.s dct64_3dnow.c
+SRCS += dct36_3dnow.c dct64_3dnow.c
OBJS += dct36_3dnow.o dct64_3dnow.o
-SRCS += dct36_k7.s dct64_k7.c
+SRCS += dct36_k7.c dct64_k7.c
OBJS += dct36_k7.o dct64_k7.o
endif
ifeq ($(TARGET_ARCH_POWERPC),yes)