Mercurial > mplayer.hg
diff mp3lib/Makefile @ 4165:204261460ac1
S->C
author | nick |
---|---|
date | Tue, 15 Jan 2002 09:01:39 +0000 |
parents | 3b29772a4fb2 |
children | 866c74e83b08 |
line wrap: on
line diff
--- a/mp3lib/Makefile Tue Jan 15 08:33:09 2002 +0000 +++ b/mp3lib/Makefile Tue Jan 15 09:01:39 2002 +0000 @@ -12,7 +12,7 @@ SRCS += d_cpu.s decode_i586.c OBJS += d_cpu.o decode_i586.o ifeq ($(TARGET_MMX),yes) -SRCS += decode_MMX.c dct64_MMX.s tabinit_MMX.c +SRCS += decode_MMX.c dct64_MMX.c tabinit_MMX.c OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o endif #ifeq ($(TARGET_SSE),yes)