diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-27 16:51:15 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-27 16:51:15 +0200 |
commit | 8c3b37a76abccf8851e2fccfd1c218d71cbee44d (patch) | |
tree | c14b575c690391cc40c60687dfc64d5c40b779e3 /src/DabMod.cpp | |
parent | 4fe6a33685ce9cc0be44319fca5ce30e05bfb090 (diff) | |
download | dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.tar.gz dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.tar.bz2 dabmod-8c3b37a76abccf8851e2fccfd1c218d71cbee44d.zip |
Remove broken KISS FFT support
Diffstat (limited to 'src/DabMod.cpp')
-rw-r--r-- | src/DabMod.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/DabMod.cpp b/src/DabMod.cpp index 43550c5..a60bdd6 100644 --- a/src/DabMod.cpp +++ b/src/DabMod.cpp @@ -291,18 +291,6 @@ int launch_modulator(int argc, char* argv[]) #endif << std::endl; - std::cerr << "Using FFT library " << -#if defined(USE_FFTW) - "FFTW" << -#endif -#if defined(USE_KISS_FFT) - "Kiss FFT" << -#endif -#if defined(USE_SIMD) - " (with fft_simd)" << -#endif - "\n"; - std::cerr << "Compiled with features: " << #if defined(HAVE_ZEROMQ) "zeromq " << |