From: Paul Brossier Date: Sat, 17 Sep 2016 01:20:57 +0000 (+0200) Subject: wscript: loosen rubberband version X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8e1328f997a19de994b54a088c94af572d484c2f;p=aubio.git wscript: loosen rubberband version --- diff --git a/wscript b/wscript index d0352ed8..351bf0db 100644 --- a/wscript +++ b/wscript @@ -264,7 +264,7 @@ def configure(ctx): # check for librubberband if (ctx.options.enable_rubberband != False): - ctx.check_cfg(package = 'rubberband', atleast_version = '1.8.1', + ctx.check_cfg(package = 'rubberband', atleast_version = '1.3', args = '--cflags --libs', mandatory = ctx.options.enable_rubberband)