projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b093845
)
src/aubio.h: add HAVE_SAMPLERATE flags
author
Paul Brossier
<piem@piem.org>
Sat, 26 Sep 2009 04:51:19 +0000
(06:51 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 26 Sep 2009 04:51:19 +0000
(06:51 +0200)
src/aubio.h
patch
|
blob
|
history
diff --git
a/src/aubio.h
b/src/aubio.h
index
477a219
..
c3be447
100644
(file)
--- a/
src/aubio.h
+++ b/
src/aubio.h
@@
-67,7
+67,9
@@
extern "C"
#include "utils/scale.h"
#include "utils/hist.h"
#include "spectral/tss.h"
+#if HAVE_SAMPLERATE
#include "temporal/resample.h"
+#endif /* HAVE_SAMPLERATE */
#include "temporal/biquad.h"
#include "temporal/filter.h"
#include "temporal/adesign.h"