Mercurial > hg > libxtract
comparison src/fft.h @ 154:826eb46b2f91
fixed Linux bugs
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Thu, 10 Jan 2013 22:41:03 +0000 |
parents | 9283aaf1ffb8 |
children | ef80f7c52c6d |
comparison
equal
deleted
inserted
replaced
153:f2e4ac22a437 | 154:826eb46b2f91 |
---|---|
26 | 26 |
27 #ifdef HAVE_CONFIG_H | 27 #ifdef HAVE_CONFIG_H |
28 #include <config.h> | 28 #include <config.h> |
29 #endif | 29 #endif |
30 | 30 |
31 #include <stdbool.h> | |
32 | |
31 #ifdef USE_OOURA | 33 #ifdef USE_OOURA |
32 #include "ooura/fftsg.h" | 34 #include "ooura/fftsg.h" |
33 #else | 35 #else |
34 #include <Accelerate/Accelerate.h> | 36 #include <Accelerate/Accelerate.h> |
35 #endif | 37 #endif |