From: Paul Brossier Date: Sat, 25 Mar 2017 11:12:38 +0000 (+0100) Subject: Merge branch 'master' into sampler X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=fbafd2c5488cc94158879f02afa3b310cdb72c08;p=aubio.git Merge branch 'master' into sampler --- fbafd2c5488cc94158879f02afa3b310cdb72c08 diff --cc wscript index 7ce88c1f,c9734573..3294e506 --- a/wscript +++ b/wscript @@@ -311,16 -294,10 +302,16 @@@ def configure(ctx) ctx.msg('Checking if using samplerate', 'no (disabled in double precision mode)', color = 'YELLOW') if (ctx.options.enable_samplerate != False): - ctx.check_cfg(package = 'samplerate', atleast_version = '0.0.15', - args = '--cflags --libs', + ctx.check_cfg(package = 'samplerate', + args = '--cflags --libs samplerate >= 0.0.15', mandatory = ctx.options.enable_samplerate) + # check for librubberband + if (ctx.options.enable_rubberband != False): + ctx.check_cfg(package = 'rubberband', atleast_version = '1.3', + args = '--cflags --libs', + mandatory = ctx.options.enable_rubberband) + # check for jack if (ctx.options.enable_jack != False): ctx.check_cfg(package = 'jack',