diff mp3lib/Makefile @ 4262:ae847143d1d7

Using cpudetect code instead of d_cpu.s
author nick
date Sat, 19 Jan 2002 18:22:22 +0000
parents f1efe9e55647
children c9bdfcc8badc
line wrap: on
line diff
--- a/mp3lib/Makefile	Sat Jan 19 18:20:24 2002 +0000
+++ b/mp3lib/Makefile	Sat Jan 19 18:22:22 2002 +0000
@@ -9,8 +9,8 @@
 endif
 CFLAGS  = $(OPTFLAGS) $(EXTRA_INC)
 ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += d_cpu.s decode_i586.c
-OBJS += d_cpu.o decode_i586.o
+SRCS += decode_i586.c
+OBJS += decode_i586.o
 ifeq ($(TARGET_MMX),yes)
 CFLAGS += -fomit-frame-pointer
 SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c