summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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