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 --- makeopts.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index c1c6ea1a9..bcb3a5144 100644 --- a/makeopts.in +++ b/makeopts.in @@ -141,6 +141,10 @@ GSM_INTERNAL=@GSM_INTERNAL@ GSM_INCLUDE=@GSM_INCLUDE@ GSM_LIB=@GSM_LIB@ +ILBC_INTERNAL=@ILBC_INTERNAL@ +ILBC_INCLUDE=@ILBC_INCLUDE@ +ILBC_LIB=@ILBC_LIB@ + GTK2_INCLUDE=@GTK2_INCLUDE@ GTK2_LIB=@GTK2_LIB@ -- cgit v1.2.3