From 8784ae223db23a8c975fd0ddc0174637e0ce4076 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 22 Apr 2008 22:55:55 +0000 Subject: Move Tremor low accuracy CFLAGS handling to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26502 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 76e1ca0ecf..a004903894 100755 --- a/configure +++ b/configure @@ -5922,6 +5922,7 @@ if test "$_tremor_internal" = yes ; then _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 -- cgit v1.2.3