summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 21:54:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 21:54:48 +0000
commit2ee09b0a5ff6185944943bd7b134f49623a36c50 (patch)
tree802a04a2ee6b7623ec1f8e325e61cc1532ed0681 /configure
parent8bb8c1e00919347ee403a23cb368354d71a67fe2 (diff)
downloadmpv-2ee09b0a5ff6185944943bd7b134f49623a36c50.tar.bz2
mpv-2ee09b0a5ff6185944943bd7b134f49623a36c50.tar.xz
Put special CFLAGS for low accuracy tremor in the Makefile, similar to the
way we do for libfaad2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22640 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 71ec91cdd2..f08d8555b6 100755
--- a/configure
+++ b/configure
@@ -5698,7 +5698,6 @@ if test "$_tremor_internal" = yes ; then
_codecmodules="tremor(internal) $_codecmodules"
_res_comment="internal Tremor"
if test "$_tremor_low" = yes ; then
- _tremor_flags='-D_LOW_ACCURACY_'
_res_comment="internal low accuracy Tremor"
fi
elif test "$_tremor_external" = yes ; then
@@ -7490,7 +7489,7 @@ MP3LIB = $_mp3lib
LIBA52 = $_liba52
LIBMPEG2 = $_libmpeg2
TREMOR_INTERNAL = $_tremor_internal
-TREMOR_FLAGS = $_tremor_flags
+TREMOR_LOW = $_tremor_low
FAAD = $_faad
SPEEX = $_speex