summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-10-27 17:54:32 +0000
committerSean Bright <sean@malleable.com>2014-10-27 17:54:32 +0000
commit88d9d3f1fc8352c7348a7616f2b35e3a99081fb4 (patch)
treef49690c7860552720479ccd8dab6fc8eab254349 /build_tools
parentb23580afe68a42dd4b465a010d09928e5999cde1 (diff)
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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@426234 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/menuselect-deps.in1
1 files changed, 1 insertions, 0 deletions
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@