From fc77a62a658d6ec49683b1cccc933e406cab7bd0 Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 13 Jan 2002 18:26:58 +0000 Subject: S->C git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4143 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/Makefile') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 49c18c3a5f..eb526f3d15 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -12,7 +12,7 @@ ifeq ($(TARGET_ARCH_X86),yes) SRCS += d_cpu.s decode_i586.s OBJS += d_cpu.o decode_i586.o ifeq ($(TARGET_MMX),yes) -SRCS += decode_MMX.s dct64_MMX.s tabinit_MMX.c +SRCS += decode_MMX.c dct64_MMX.s tabinit_MMX.c OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o endif #ifeq ($(TARGET_SSE),yes) -- cgit v1.2.3