[MPlayer-cvslog] r26502 - in trunk: configure tremor/Makefile
diego
subversion at mplayerhq.hu
Wed Apr 23 00:55:56 CEST 2008
Author: diego
Date: Wed Apr 23 00:55:55 2008
New Revision: 26502
Log:
Move Tremor low accuracy CFLAGS handling to configure.
Modified:
trunk/configure
trunk/tremor/Makefile
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Apr 23 00:55:55 2008
@@ -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
Modified: trunk/tremor/Makefile
==============================================================================
--- trunk/tremor/Makefile (original)
+++ trunk/tremor/Makefile Wed Apr 23 00:55:55 2008
@@ -17,6 +17,4 @@ SRCS_COMMON = bitwise.c \
synthesis.c \
window.c \
-CFLAGS-$(TREMOR_LOW) += -D_LOW_ACCURACY_
-
include ../mpcommon.mak
More information about the MPlayer-cvslog
mailing list