summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-06 04:21:12 -0500
committerCorey Farrell <git@cfware.com>2017-11-06 04:34:22 -0500
commit54ed81a6795cc9648094d7b2f8966bbccf677a88 (patch)
tree1ce3b11d56a7f85bb6099b215e883659621fb6c3 /makeopts.in
parent2551b5a4ba8e090a33397886447ab66c7a1248ec (diff)
configure: Add autoconf check for libopusfile.
This check is being added to make it easier for end-users of third party open source Opus modules. This was removed by ASTERISK-26426 but only the module needed to be removed. Change-Id: I62b9cd0c4fa8a77596ab0e042948a643a1152677
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 30bc2e274..e25b614e0 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -232,6 +232,9 @@ OGG_LIB=@OGG_LIB@
OPUS_INCLUDE=@OPUS_INCLUDE@
OPUS_LIB=@OPUS_LIB@
+OPUSFILE_INCLUDE=@OPUSFILE_INCLUDE@
+OPUSFILE_LIB=@OPUSFILE_LIB@
+
OSPTK_INCLUDE=@OSPTK_INCLUDE@
OSPTK_LIB=@OSPTK_LIB@