From 5f3740e4edb006ae14028550829342b62acc5ddf Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 27 Nov 2006 13:38:13 +0000 Subject: Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21324 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'mp3lib/Makefile') 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 -- cgit v1.2.3