From d7d0cdf56127e9e1f1da11519aafd5ce095aa080 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 06:51:19 +0200 Subject: [PATCH] src/aubio.h: add HAVE_SAMPLERATE flags --- src/aubio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/aubio.h b/src/aubio.h index 477a2191..c3be4476 100644 --- 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" -- 2.26.2