From: Paul Brossier Date: Sat, 26 Sep 2009 04:50:24 +0000 (+0200) Subject: src/temporal/resample.c: add flags X-Git-Tag: bzr2git~279 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0938458b5121af895567379a2306153a966c7fc;p=aubio.git src/temporal/resample.c: add flags --- 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 */