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 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/asterisk/autoconfig.h.in') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 7a11ba3e4..706798ced 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -239,6 +239,12 @@ /* Define to 1 if you have the `ffsll' function. */ #undef HAVE_FFSLL +/* Define 1 if your system has fftw. */ +#undef HAVE_FFTW + +/* Define to 1 if you have the LIBFFTW3 library. */ +#undef HAVE_FFTW3 + /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR -- cgit v1.2.3