changeset 21308:22a33d822400

Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
author diego
date Mon, 27 Nov 2006 13:38:13 +0000
parents 5fdf546b4e57
children ef59ac68c9b6
files mp3lib/Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/Makefile	Mon Nov 27 13:32:24 2006 +0000
+++ b/mp3lib/Makefile	Mon Nov 27 13:38:13 2006 +0000
@@ -23,7 +23,6 @@
 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 @@
 CFLAGS += -maltivec -mabi=altivec
 endif
 endif
-endif
 
 include ../mpcommon.mak