mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 04:44:32 +01:00
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f415c639b9
commit
5f3740e4ed
@ -23,7 +23,6 @@ ifeq ($(TARGET_SSE),yes)
|
||||
SRCS += dct64_sse.c
|
||||
endif
|
||||
endif
|
||||
ifeq ($(TARGET_ARCH_POWERPC),yes)
|
||||
ifeq ($(TARGET_ALTIVEC),yes)
|
||||
SRCS += dct64_altivec.c
|
||||
ifeq ($(TARGET_OS),Darwin)
|
||||
@ -32,7 +31,6 @@ else
|
||||
CFLAGS += -maltivec -mabi=altivec
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include ../mpcommon.mak
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user