Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/fftwrap.c')
-rw-r--r--libspeex/fftwrap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libspeex/fftwrap.c b/libspeex/fftwrap.c
index 011c2dc..4f37e1b 100644
--- a/libspeex/fftwrap.c
+++ b/libspeex/fftwrap.c
@@ -36,17 +36,6 @@
#include "config.h"
#endif
-#ifdef FIXED_POINT
-#define USE_KISS_FFT
-#else
-#ifndef USE_GPL_FFTW3
-#ifndef USE_INTEL_MKL
-#define USE_SMALLFT
-#endif
-#endif
-#endif
-
-
#include "arch.h"
#include "os_support.h"