shithub: aubio

Download patch

ref: 5b46bc3029153f1d6ae00a12bdb63537d52650d3
parent: 683d52f5d9be7d7c4929026fa88b340ac2581ab4
author: Paul Brossier <piem@piem.org>
date: Thu Sep 29 06:53:37 EDT 2016

tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND

--- a/tests/src/effects/test-pitchshift.c
+++ b/tests/src/effects/test-pitchshift.c
@@ -15,7 +15,6 @@
     return err;
   }
 
-#ifdef HAVE_RUBBERBAND
   uint_t samplerate = 0;
   uint_t hop_size = 64;
   smpl_t transpose = 0.;
@@ -72,9 +71,5 @@
   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;
 }
--