Changeset 8e1328f


Ignore:
Timestamp:
Sep 17, 2016, 3:20:57 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
29e8f52
Parents:
f9cca9c
Message:

wscript: loosen rubberband version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rf9cca9c r8e1328f  
    265265    # check for librubberband
    266266    if (ctx.options.enable_rubberband != False):
    267         ctx.check_cfg(package = 'rubberband', atleast_version = '1.8.1',
     267        ctx.check_cfg(package = 'rubberband', atleast_version = '1.3',
    268268                args = '--cflags --libs',
    269269                mandatory = ctx.options.enable_rubberband)
Note: See TracChangeset for help on using the changeset viewer.