From dd6fc1bb7da290ccebdeff2a934a1824a7d8b099 Mon Sep 17 00:00:00 2001 From: frahaase Date: Fri, 12 Aug 2016 18:22:40 +0200 Subject: 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 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') 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@ -- cgit v1.2.3