summaryrefslogtreecommitdiff
path: root/makeopts.in
diff options
context:
space:
mode:
authorfrahaase <fra.haase@googlemail.com>2016-08-12 18:22:40 +0200
committerJoshua Colp <jcolp@digium.com>2016-10-12 11:43:38 -0500
commitdd6fc1bb7da290ccebdeff2a934a1824a7d8b099 (patch)
tree59a1e33d28e5cef71e577b68bacabc71dbae6f68 /makeopts.in
parent8b58db0962bea3ba62da202f452cde5a20e201eb (diff)
Binaural synthesis (confbridge): Adds libfftw3 as dependency.
Adds libfftw3 to the build chain that is is going to be used for binaural synthesis by bridge_softmix. ASTERISK-26292 Change-Id: Iedc2f174e4ccb39ae5d9e698e339c6a17155867b
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 a826d882b..a145b02e6 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -259,6 +259,9 @@ PYTHONDEV_LIB=@PYTHONDEV_LIB@
RESAMPLE_INCLUDE=@RESAMPLE_INCLUDE@
RESAMPLE_LIB=@RESAMPLE_LIB@
+FFTW3_INCLUDE=@FFTW3_INCLUDE@
+FFTW3_LIB=@FFTW3_LIB@
+
RT_LIB=@RT_LIB@
SS7_INCLUDE=@SS7_INCLUDE@