summaryrefslogtreecommitdiff
path: root/makeopts.in
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 /makeopts.in
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 'makeopts.in')
-rw-r--r--makeopts.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeopts.in b/makeopts.in
index 39e105d6d..a0faaee46 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -211,6 +211,9 @@ NEWT_LIB=@NEWT_LIB@
OGG_INCLUDE=@OGG_INCLUDE@
OGG_LIB=@OGG_LIB@
+OPUS_INCLUDE=@OPUS_INCLUDE@
+OPUS_LIB=@OPUS_LIB@
+
OSPTK_INCLUDE=@OSPTK_INCLUDE@
OSPTK_LIB=@OSPTK_LIB@