summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.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 /include/asterisk/autoconfig.h.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 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
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