[MPlayer-cvslog] r19137 - trunk/libmpeg2/Makefile

rfelker subversion at mplayerhq.hu
Wed Jul 19 07:34:26 CEST 2006


Author: rfelker
Date: Wed Jul 19 07:34:26 2006
New Revision: 19137

Modified:
   trunk/libmpeg2/Makefile

Log:
remove duplicate code and fix issue of compiling mmx code when we
shouldn't in one fell swoop!


Modified: trunk/libmpeg2/Makefile
==============================================================================
--- trunk/libmpeg2/Makefile	(original)
+++ trunk/libmpeg2/Makefile	Wed Jul 19 07:34:26 2006
@@ -16,11 +16,7 @@
 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
 



More information about the MPlayer-cvslog mailing list