mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00: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:
parent
a7dc8352ef
commit
8784ae223d
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
@ -17,6 +17,4 @@ SRCS_COMMON = bitwise.c \
|
||||
synthesis.c \
|
||||
window.c \
|
||||
|
||||
CFLAGS-$(TREMOR_LOW) += -D_LOW_ACCURACY_
|
||||
|
||||
include ../mpcommon.mak
|
||||
|
Loading…
Reference in New Issue
Block a user