aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 19:11:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-12 19:11:46 +0000
commit55bda2c948d10cf47eeb478329e1a8f4fbe5833f (patch)
tree110a78591bfa8e3abdbf3c38a48c29716c28fd31 /build_tools
parentb61ea303d68b77c8ec38ded20d2585b25b289dd1 (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.0@175256 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 d85165085..78932b9f3 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">