projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acb2ac9
)
src/spectral/fft.c: i only needed for FFTW3
author
Paul Brossier
<piem@piem.org>
Sat, 7 Jan 2012 02:52:34 +0000
(20:52 -0600)
committer
Paul Brossier
<piem@piem.org>
Sat, 7 Jan 2012 02:52:34 +0000
(20:52 -0600)
src/spectral/fft.c
patch
|
blob
|
history
diff --git
a/src/spectral/fft.c
b/src/spectral/fft.c
index f7dafe067bba9532b4d725449b81017f50403db4..95f04cc20452c57584b40897f903b16e77608732 100644
(file)
--- a/
src/spectral/fft.c
+++ b/
src/spectral/fft.c
@@
-101,8
+101,8
@@
extern void rdft(int, int, double *, int *, double *);
aubio_fft_t * new_aubio_fft (uint_t winsize) {
aubio_fft_t * s = AUBIO_NEW(aubio_fft_t);
- uint_t i;
#ifdef HAVE_FFTW3
+ uint_t i;
s->winsize = winsize;
/* allocate memory */
s->in = AUBIO_ARRAY(real_t,winsize);