diff mp3lib/Makefile @ 10322:9163bdb578a6

moved 3dnow and 3dnowex dct36 optimisations into gcc inline assembly
author alex
date Sun, 22 Jun 2003 03:32:16 +0000
parents 25614fe4ed1a
children c8b84bb55089
line wrap: on
line diff
--- a/mp3lib/Makefile	Sat Jun 21 23:45:07 2003 +0000
+++ b/mp3lib/Makefile	Sun Jun 22 03:32:16 2003 +0000
@@ -17,9 +17,9 @@
 #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)