From d948870dd223a6963a44cb50aca4a217560e2419 Mon Sep 17 00:00:00 2001 From: rfelker Date: Wed, 19 Jul 2006 05:34:26 +0000 Subject: remove duplicate code and fix issue of compiling mmx code when we shouldn't in one fell swoop! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19137 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libmpeg2') 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 -- cgit v1.2.3