Merge branch 'master' into sampler
authorPaul Brossier <piem@piem.org>
Sat, 25 Mar 2017 11:12:38 +0000 (12:12 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 25 Mar 2017 11:12:38 +0000 (12:12 +0100)
1  2 
python/lib/moresetuptools.py
src/io/source_avcodec.c
wscript

Simple merge
Simple merge
diff --cc 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',