summaryrefslogtreecommitdiffstats
path: root/tremor
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 /tremor
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 'tremor')
-rw-r--r--tremor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tremor/Makefile b/tremor/Makefile
index daefddcfd3..85506e20e5 100644
--- a/tremor/Makefile
+++ b/tremor/Makefile
@@ -17,6 +17,6 @@ SRCS_COMMON = bitwise.c \
synthesis.c \
window.c \
-CFLAGS = $(TREMOR_FLAGS)
+CFLAGS-$(TREMOR_LOW) += -D_LOW_ACCURACY_
include ../mpcommon.mak