From b0938458b5121af895567379a2306153a966c7fc Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 26 Sep 2009 06:50:24 +0200 Subject: [PATCH] src/temporal/resample.c: add flags --- src/temporal/resample.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/temporal/resample.c b/src/temporal/resample.c index 093beff5..47d129ce 100644 --- a/src/temporal/resample.c +++ b/src/temporal/resample.c @@ -17,6 +17,7 @@ */ +#if HAVE_SAMPLERATE #include /* from libsamplerate */ @@ -63,3 +64,5 @@ uint_t aubio_resampler_process(aubio_resampler_t *s, } return AUBIO_OK; } + +#endif /* HAVE_SAMPLERATE */ -- 2.26.2