# HG changeset patch # User diego # Date 1164634693 0 # Node ID 22a33d82240026ff7998b8d1cb9d0afd1ba355c3 # Parent 5fdf546b4e5745eec451d8a3aa0e5ce55214d66f Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. diff -r 5fdf546b4e57 -r 22a33d822400 mp3lib/Makefile --- 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