summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorDennis Guse <dennis.guse@alumni.tu-berlin.de>2016-12-22 16:42:46 +0100
committerGeorge Joseph <gjoseph@digium.com>2017-02-15 10:44:47 -0600
commitb58de2fab71ad53b5a385476620dc7b45970cfb6 (patch)
tree2697c4af4230e9bf1c0c5c05a3871590dd097a7e /makeopts.in
parent0b5a17082be78be17c5191d86f806936dcdc7d61 (diff)
Binaural synthesis (confbridge): Adds utils/conf_bridge_binaural_hrir_importer
Adds the import tool for converting a HRIR database to hrirs.h ASTERISK-26292 Change-Id: I51eb31b54c23ffd9b544bdc6a09d20c112c8a547
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 c67e2f2b6..6a1164c32 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -380,3 +380,6 @@ TINFO_DIR=@TINFO_DIR@
# if poll is not present, let the makefile know.
POLL_AVAILABLE=@HAS_POLL@
TIMERFD_INCLUDE=@TIMERFD_INCLUDE@
+
+SNDFILE_INCLUDE=@SNDFILE_INCLUDE@
+SNDFILE_LIB=@SNDFILE_LIB@