diff liba52/Makefile @ 9001:01a9cf43074c

An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c) It's nearly bit-perfect, I have a couple of lsb changed in a 128 frames sample. I can't hear the differences :-) patch by Romain Dolbeau <dolbeau@irisa.fr>
author arpi
date Sat, 18 Jan 2003 19:28:29 +0000
parents d48db6256efb
children 5ba896a38d75
line wrap: on
line diff
--- a/liba52/Makefile	Sat Jan 18 19:26:33 2003 +0000
+++ b/liba52/Makefile	Sat Jan 18 19:28:29 2003 +0000
@@ -7,6 +7,9 @@
 OBJS	= $(SRCS:.c=.o)
 
 CFLAGS  = $(MLIB_INC) $(OPTFLAGS) 
+ifeq ($(TARGET_ALTIVEC),yes)
+    CFLAGS+= -faltivec
+endif
 
 .SUFFIXES: .c .o