From: Paul Brossier Date: Sat, 26 Sep 2009 04:51:19 +0000 (+0200) Subject: src/aubio.h: add HAVE_SAMPLERATE flags X-Git-Tag: bzr2git~278 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7d0cdf56127e9e1f1da11519aafd5ce095aa080;p=aubio.git src/aubio.h: add HAVE_SAMPLERATE flags --- 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"