[MPlayer-cvslog] r21324 - trunk/mp3lib/Makefile
diego
subversion at mplayerhq.hu
Mon Nov 27 14:38:14 CET 2006
Author: diego
Date: Mon Nov 27 14:38:13 2006
New Revision: 21324
Modified:
trunk/mp3lib/Makefile
Log:
Remove redundant ifeq ($(TARGET_ARCH_POWERPC),yes), AltiVec exists only on PPC.
Modified: trunk/mp3lib/Makefile
==============================================================================
--- trunk/mp3lib/Makefile (original)
+++ trunk/mp3lib/Makefile Mon Nov 27 14:38:13 2006
@@ -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
More information about the MPlayer-cvslog
mailing list