1
mirror of https://github.com/mpv-player/mpv synced 2024-08-24 07:21:49 +02:00

Move Tremor low accuracy CFLAGS handling to configure.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26502 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-22 22:55:55 +00:00
parent a7dc8352ef
commit 8784ae223d
2 changed files with 1 additions and 2 deletions

1
configure vendored
View File

@ -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

View File

@ -17,6 +17,4 @@ SRCS_COMMON = bitwise.c \
synthesis.c \
window.c \
CFLAGS-$(TREMOR_LOW) += -D_LOW_ACCURACY_
include ../mpcommon.mak