changeset 22594:e138932c8b9b

Remove Darwin AltiVec CFLAGS settings, configure handles this.
author diego
date Thu, 15 Mar 2007 13:19:22 +0000
parents 9a299c7e30b0
children 8d88e1bedb92
files mp3lib/Makefile
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/Makefile	Thu Mar 15 12:55:35 2007 +0000
+++ b/mp3lib/Makefile	Thu Mar 15 13:19:22 2007 +0000
@@ -16,9 +16,6 @@
 endif
 ifeq ($(TARGET_ALTIVEC),yes)
 SRCS_COMMON += dct64_altivec.c
-ifeq ($(TARGET_OS),Darwin)
-CFLAGS += -faltivec
-endif
 endif
 
 include ../mpcommon.mak