src/aubio.h: remove HAVE_SAMPLERATE, not needed here
authorPaul Brossier <piem@piem.org>
Wed, 21 Oct 2009 13:41:35 +0000 (15:41 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 21 Oct 2009 13:41:35 +0000 (15:41 +0200)
src/aubio.h

index 6e30008257a62938940c82d3b0a4ff3d069cb67e..433a42533e1bb57f35eb58a96e770f6da3ef8917 100644 (file)
@@ -68,9 +68,7 @@ extern "C"
 #include "utils/scale.h"
 #include "utils/hist.h"
 #include "spectral/tss.h"
-#if HAVE_SAMPLERATE
 #include "temporal/resampler.h"
-#endif /* HAVE_SAMPLERATE */
 #include "temporal/filter.h"
 #include "temporal/biquad.h"
 #include "temporal/a_weighting.h"