summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 13:38:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 13:38:13 +0000
commit5f3740e4edb006ae14028550829342b62acc5ddf (patch)
treed0135c51a2d0b43e827d8c71dc9bcda2915fb5c2 /mp3lib/Makefile
parentf415c639b94280b731106991573de53a807f6ef4 (diff)
downloadmpv-5f3740e4edb006ae14028550829342b62acc5ddf.tar.bz2
mpv-5f3740e4edb006ae14028550829342b62acc5ddf.tar.xz
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
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 78d69c8246..c6753360d7 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -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