tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND pitchshift
authorPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 08:53:37 +0000 (10:53 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 08:53:37 +0000 (10:53 +0200)
tests/src/effects/test-pitchshift.c

index 20eac03..80e22d6 100644 (file)
@@ -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;
 }