summaryrefslogtreecommitdiffstats
path: root/mp3lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/Makefile')
-rw-r--r--mp3lib/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index e164adb165..ed3518370c 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -16,9 +16,6 @@ SRCS_COMMON-$(TARGET_SSE) += dct64_sse.c
endif
ifeq ($(TARGET_ALTIVEC),yes)
SRCS_COMMON += dct64_altivec.c
-ifeq ($(TARGET_OS),Darwin)
-CFLAGS += -faltivec
-endif
endif
include ../mpcommon.mak