mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained 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
|
||||
|
||||
|
Reference in New Issue
Block a user