# HG changeset patch # User diego # Date 1173964762 0 # Node ID e138932c8b9b02e311348ca029a2c4a0ffdf12e3 # Parent 9a299c7e30b052f930e389a4baf7f6ccb8aec559 Remove Darwin AltiVec CFLAGS settings, configure handles this. diff -r 9a299c7e30b0 -r e138932c8b9b mp3lib/Makefile --- 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