Mercurial > mplayer.hg
changeset 19132:0945c6e242c6
remove duplicate code and fix issue of compiling mmx code when we
shouldn't in one fell swoop!
author | rfelker |
---|---|
date | Wed, 19 Jul 2006 05:34:26 +0000 |
parents | 078479215e54 |
children | f569aadfa921 |
files | libmpeg2/Makefile |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/Makefile Wed Jul 19 05:27:02 2006 +0000 +++ b/libmpeg2/Makefile Wed Jul 19 05:34:26 2006 +0000 @@ -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