From ef8cdd40e56a39a72537fbf5a7f5b2e11bf0b429 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Mon, 27 Oct 2014 17:55:43 +0000 Subject: configure: Add autoconf check for libopus. Because opus transcoding support cannot be included in the standard Asterisk distribution, a few codec_opus implementations have popped up. To make it easier for people to drop in opus support in their own installations, this patch adds configure checks for libopus. Review: https://reviewboard.asterisk.org/r/4106/ ........ Merged revisions 426234 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@426235 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 af980e2d0..a77530b78 100644 --- a/build_tools/menuselect-deps.in +++ b/build_tools/menuselect-deps.in @@ -41,6 +41,7 @@ NEON=@PBX_NEON@ NEON29=@PBX_NEON29@ OGG=@PBX_OGG@ OPENH323=@PBX_OPENH323@ +OPUS=@PBX_OPUS@ OSPTK=@PBX_OSPTK@ OSS=@PBX_OSS@ PGSQL=@PBX_PGSQL@ -- cgit v1.2.3