summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-10-27 17:55:43 +0000
committerSean Bright <sean@malleable.com>2014-10-27 17:55:43 +0000
commitef8cdd40e56a39a72537fbf5a7f5b2e11bf0b429 (patch)
treef3976acbd46dd62d5a55f13091625d53bec0f79e /makeopts.in
parent5a17878085a3f4b247a8b2c6cfed8733efe1c602 (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/ ........ 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
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@