summaryrefslogtreecommitdiff
path: root/build_tools/cflags.xml
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-21 20:59:03 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-21 20:59:03 +0000
commit0ecc7e302d2578f25c757c6fe5ae582816c97ea0 (patch)
treef99dbf0794b599bc588c4e06a937f22371480a6c /build_tools/cflags.xml
parent16374ad40df69a01b55482cd45f5289511a49016 (diff)
Optionally build integer-based routines for FSK tone decoding (but default
to the more accurate float-based routines). (Closes issue #11679) (Step 1 of 2) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@132510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools/cflags.xml')
-rw-r--r--build_tools/cflags.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index 21f9abc2b..fc20f2107 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -44,4 +44,6 @@
</member>
<member name="IAX_OLD_FIND" displayname="Use the old, slow method of searching for IAX callnos">
</member>
+ <member name="INTEGER_CALLERID" displayname="Use the (less accurate) integer-based method for decoding FSK tones (for embedded systems)">
+ </member>
</category>