projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d99d819
)
src/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION
author
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 21:01:37 +0000
(23:01 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 25 Sep 2009 21:01:37 +0000
(23:01 +0200)
src/spectral/fft.c
patch
|
blob
|
history
diff --git
a/src/spectral/fft.c
b/src/spectral/fft.c
index 8c682bb8fb1934690af1237f9685580ab63c2f4d..09177a3ee3648b6d9759b2c92fff8224d32c5a06 100644
(file)
--- a/
src/spectral/fft.c
+++ b/
src/spectral/fft.c
@@
-35,7
+35,7
@@
#endif
#if HAVE_FFTW3F
-#if
!AUBIO_SINGLE_PRECISION
+#if
HAVE_AUBIO_DOUBLE
#warning "Using aubio in double precision with fftw3 in single precision"
#endif
#define real_t float