summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index 0c4ccbf98c..77470298a9 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -16,11 +16,7 @@ OBJS = $(SRCS:.c=.o)
INCLUDE = -I. -I../libvo -I..
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
-ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += idct_mmx.c motion_comp_mmx.c
-endif
-
-ifeq ($(TARGET_ARCH_X86_64),yes)
+ifeq ($(TARGET_MMX),yes)
SRCS += idct_mmx.c motion_comp_mmx.c
endif