projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
683d52f
)
tests/src/effects/test-pitchshift.c: remove HAVE_RUBBERBAND
pitchshift
author
Paul Brossier
<piem@piem.org>
Thu, 29 Sep 2016 08:53:37 +0000
(10:53 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 29 Sep 2016 08:53:37 +0000
(10:53 +0200)
tests/src/effects/test-pitchshift.c
patch
|
blob
|
history
diff --git
a/tests/src/effects/test-pitchshift.c
b/tests/src/effects/test-pitchshift.c
index
20eac03
..
80e22d6
100644
(file)
--- 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;
}