Mercurial > hg > libxtract
diff src/init.c @ 116:859495925633
- Fixed build fail if --enable-fft not specified
- Fixed doxygen build so that it includes libxtract.h
- Doxygen tweaks
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 26 Mar 2008 13:04:33 +0000 |
parents | 72a9a393d5bd |
children | 8c8b508dcc95 |
line wrap: on
line diff
--- a/src/init.c Sat Feb 16 20:13:05 2008 +0000 +++ b/src/init.c Wed Mar 26 13:04:33 2008 +0000 @@ -285,8 +285,10 @@ 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 }