0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
rfelker 2006-07-19 05:34:26 +00:00
parent c72c1486a3
commit d948870dd2

View File

@ -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