From b5193428a7825005a36434e4917dcbaca64ad21d Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Mon, 23 Jul 2012 21:27:56 +0000 Subject: 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 --- build_tools/menuselect-deps.in | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools/menuselect-deps.in') diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in index 866954371..e8ab91a60 100644 --- a/build_tools/menuselect-deps.in +++ b/build_tools/menuselect-deps.in @@ -13,6 +13,7 @@ GENERIC_ODBC=@PBX_GENERIC_ODBC@ GMIME=@PBX_GMIME@ GNU_LD=@GNU_LD@ GSM=@PBX_GSM@ +ILBC=@PBX_ILBC@ GTK2=@PBX_GTK2@ H323=@PBX_H323@ HOARD=@PBX_HOARD@ -- cgit v1.2.3