mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 11:02:10 +00: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:
parent
c72c1486a3
commit
d948870dd2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user