summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 0ff48ca059..ed61c31604 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -12,6 +12,10 @@ ifeq ($(TARGET_MMX),yes)
SRCS += decode_MMX.s dct64_MMX.s tabinit_MMX.s
OBJS += decode_MMX.o dct64_MMX.o tabinit_MMX.o
endif
+ifeq ($(TARGET_SSE),yes)
+SRCS += dct64_sse.s
+OBJS += dct64_sse.o
+endif
ifeq ($(TARGET_3DNOW),yes)
SRCS += dct36_3dnow.s dct64_3dnow.s
OBJS += dct36_3dnow.o dct64_3dnow.o