mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 12:31:25 +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..
|
INCLUDE = -I. -I../libvo -I..
|
||||||
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
|
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
|
||||||
|
|
||||||
ifeq ($(TARGET_ARCH_X86),yes)
|
ifeq ($(TARGET_MMX),yes)
|
||||||
SRCS += idct_mmx.c motion_comp_mmx.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(TARGET_ARCH_X86_64),yes)
|
|
||||||
SRCS += idct_mmx.c motion_comp_mmx.c
|
SRCS += idct_mmx.c motion_comp_mmx.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user