From d817fc9b42b0c04d6452159ca63f5a30834f5489 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 26 Mar 2008 13:04:33 +0000 Subject: - Fixed build fail if --enable-fft not specified - Fixed doxygen build so that it includes libxtract.h - Doxygen tweaks --- src/init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/init.c b/src/init.c index 234b80e..64b4a0a 100644 --- a/src/init.c +++ b/src/init.c @@ -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 } -- cgit v1.2.3