summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2012-07-23 21:27:56 +0000
committerKevin P. Fleming <kpfleming@digium.com>2012-07-23 21:27:56 +0000
commitb5193428a7825005a36434e4917dcbaca64ad21d (patch)
treebee56a50520d343be4f852926c2af730f4917a5f /include/asterisk/autoconfig.h.in
parentb6a0ae0b35797bcdf5368e7d0e2223c6321c9b21 (diff)
Enable usage of system-provided iLBC library.
The WebRTC version of the iLBC codec is now package as a library and is available on some platforms. This patch allows codec_ilbc to be built against that library if it is present. Review: https://reviewboard.asterisk.org/r/1964/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index f7ef9be89..481726269 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -327,6 +327,9 @@
/* Define to 1 if you have the Iksemel Jabber library. */
#undef HAVE_IKSEMEL
+/* Define if your system has the ILBC libraries. */
+#undef HAVE_ILBC
+
/* Define if your system has the UW IMAP Toolkit c-client library. */
#undef HAVE_IMAP_TK