projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6017f94
)
src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined
author
Paul Brossier
<piem@piem.org>
Mon, 9 Jul 2012 22:37:23 +0000
(15:37 -0700)
committer
Paul Brossier
<piem@piem.org>
Mon, 9 Jul 2012 22:37:23 +0000
(15:37 -0700)
src/spectral/fft.c
patch
|
blob
|
history
diff --git
a/src/spectral/fft.c
b/src/spectral/fft.c
index 95f04cc20452c57584b40897f903b16e77608732..6c4c0c6a6595d3332ff6073b311d469c8727131d 100644
(file)
--- a/
src/spectral/fft.c
+++ b/
src/spectral/fft.c
@@
-63,12
+63,12
@@
typedef FFTW_TYPE fft_data_t;
#endif
#ifdef HAVE_FFTW3F
-#if
def
HAVE_AUBIO_DOUBLE
+#if HAVE_AUBIO_DOUBLE
#warning "Using aubio in double precision with fftw3 in single precision"
#endif /* HAVE_AUBIO_DOUBLE */
#define real_t float
#else /* HAVE_FFTW3F */
-#if
ndef
HAVE_AUBIO_DOUBLE
+#if
!
HAVE_AUBIO_DOUBLE
#warning "Using aubio in single precision with fftw3 in double precision"
#endif /* HAVE_AUBIO_DOUBLE */
#define real_t double