[svn-commits] russell: trunk r175255 - /trunk/build_tools/cflags.xml
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Feb 12 13:11:08 CST 2009
Author: russell
Date: Thu Feb 12 13:11:08 2009
New Revision: 175255
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=175255
Log:
Don't enable something by default that has a dependency on something _not_ enabled by default.
menuselect was not happy with this.
Modified:
trunk/build_tools/cflags.xml
Modified: trunk/build_tools/cflags.xml
URL: http://svn.digium.com/svn-view/asterisk/trunk/build_tools/cflags.xml?view=diff&rev=175255&r1=175254&r2=175255
==============================================================================
--- trunk/build_tools/cflags.xml (original)
+++ trunk/build_tools/cflags.xml Thu Feb 12 13:11:08 2009
@@ -22,7 +22,6 @@
<defaultenabled>no</defaultenabled>
</member>
<member name="G711_REDUCED_BRANCHING" displayname="New ulaw/alaw codec, reduced branching (might help it run faster in some architectures)">
- <defaultenabled>yes</defaultenabled>
<depend>G711_NEW_ALGORITHM</depend>
</member>
<member name="TEST_CODING_TABLES" displayname="New ulaw/alaw codec, turn on table tests on init">
More information about the svn-commits
mailing list