From 5b46bc3029153f1d6ae00a12bdb63537d52650d3 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 29 Sep 2016 10:53:37 +0200 Subject: [PATCH] tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND --- tests/src/effects/test-pitchshift.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/src/effects/test-pitchshift.c b/tests/src/effects/test-pitchshift.c index 20eac033..80e22d68 100644 --- a/tests/src/effects/test-pitchshift.c +++ b/tests/src/effects/test-pitchshift.c @@ -15,7 +15,6 @@ int main (int argc, char **argv) return err; } -#ifdef HAVE_RUBBERBAND uint_t samplerate = 0; uint_t hop_size = 64; smpl_t transpose = 0.; @@ -72,9 +71,5 @@ beach_source: del_fvec(vec); del_fvec(out); beach_fvec: -#else /* HAVE_RUBBERBAND */ - err = 3; - PRINT_ERR("aubio was not compiled with rubberband\n"); -#endif /* HAVE_RUBBERBAND */ return err; } -- 2.11.0