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 477a21917be5945b00eddc51ef2ee39a0af8036b..c3be447643e1808fa9864177de1ad82516ee19a3 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"