diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,8 +285,10 @@ __attribute__((constructor)) void init() void _init()ยท #endif { +#ifdef XTRACT_FFT fft_plans.spectrum_plan = NULL; fft_plans.autocorrelation_fft_plan_1 = NULL; fft_plans.autocorrelation_fft_plan_2 = NULL; fft_plans.dct_plan = NULL; +#endif } |