aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 19:12:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 19:12:06 +0000
commitb921188ca694792c416ce89f9c3ba17e3c00b175 (patch)
tree289b4fdb35d7be976f7e31d337f4b7a36ec2daea /build_tools
parent0f701b47d2f168f41609d5895b81ce50eed09018 (diff)
Merged revisions 175255 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r175255 | russell | 2009-02-12 13:11:08 -0600 (Thu, 12 Feb 2009) | 4 lines Don't enable something by default that has a dependency on something _not_ enabled by default. menuselect was not happy with this. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@175257 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/cflags.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 9f8f4b954..6279c50a9 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -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">