From d54038119bf4cdcafcc3330e9439d49b1f9af2ff Mon Sep 17 00:00:00 2001 From: nick Date: Sun, 13 Jan 2002 16:59:18 +0000 Subject: S->C git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4141 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 71247c3360..34a860ce06 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.s +SRCS += decode_MMX.c dct64_MMX.s tabinit_MMX.s OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o endif #ifeq ($(TARGET_SSE),yes) -- cgit v1.2.3