diff tremor/Makefile @ 22622:795791668295

Put special CFLAGS for low accuracy tremor in the Makefile, similar to the way we do for libfaad2.
author diego
date Fri, 16 Mar 2007 21:54:48 +0000
parents 090ec2169aee
children d4f4ce3534c3
line wrap: on
line diff
--- a/tremor/Makefile	Fri Mar 16 21:50:01 2007 +0000
+++ b/tremor/Makefile	Fri Mar 16 21:54:48 2007 +0000
@@ -17,6 +17,6 @@
               synthesis.c \
               window.c \
 
-CFLAGS  = $(TREMOR_FLAGS)
+CFLAGS-$(TREMOR_LOW)  += -D_LOW_ACCURACY_
 
 include ../mpcommon.mak