changeset 26470:26637ed377de

Move Tremor low accuracy CFLAGS handling to configure.
author diego
date Tue, 22 Apr 2008 22:55:55 +0000
parents 994bfbb8004e
children f29c190fdb10
files configure tremor/Makefile
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Apr 22 22:39:26 2008 +0000
+++ b/configure	Tue Apr 22 22:55:55 2008 +0000
@@ -5922,6 +5922,7 @@
   _codecmodules="tremor(internal) $_codecmodules"
   _res_comment="internal Tremor"
   if test "$_tremor_low" = yes ; then
+    CFLAGS="$CFLAGS -D_LOW_ACCURACY_"
     _res_comment="internal low accuracy Tremor"
   fi
 elif test "$_tremor_external" = yes ; then
--- a/tremor/Makefile	Tue Apr 22 22:39:26 2008 +0000
+++ b/tremor/Makefile	Tue Apr 22 22:55:55 2008 +0000
@@ -17,6 +17,4 @@
               synthesis.c \
               window.c \
 
-CFLAGS-$(TREMOR_LOW)  += -D_LOW_ACCURACY_
-
 include ../mpcommon.mak