ref: d7d0cdf56127e9e1f1da11519aafd5ce095aa080
parent: b0938458b5121af895567379a2306153a966c7fc
author: Paul Brossier <piem@piem.org>
date: Sat Sep 26 02:51:19 EDT 2009
src/aubio.h: add HAVE_SAMPLERATE flags
--- a/src/aubio.h
+++ b/src/aubio.h
@@ -67,7 +67,9 @@
#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"