summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 18:22:22 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-19 18:22:22 +0000
commitff4cca939b43a6145d6ae206968ec1b11d7e17dc (patch)
treeedbbeaeb346deb5dbe0004e4b65ad80ed4f9a8e3 /mp3lib/Makefile
parent20e408a606f81f58266e61940580201d65757d07 (diff)
downloadmpv-ff4cca939b43a6145d6ae206968ec1b11d7e17dc.tar.bz2
mpv-ff4cca939b43a6145d6ae206968ec1b11d7e17dc.tar.xz
Using cpudetect code instead of d_cpu.s
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4263 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 31dd14f231..3aba018910 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -9,8 +9,8 @@ OPTFLAGS := $(OPTFLAGS:-O4=-O0)
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