Changeset b83449d


Ignore:
Timestamp:
Sep 17, 2016, 1:04:53 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:
80b5bbd
Parents:
d9d1010
Message:

python/lib/moresetuptools.py: check if rubberband can be found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    rd9d1010 rb83449d  
    7474                'jack',
    7575                'sndfile', 'samplerate',
     76                'rubberband',
    7677                #'fftw3f',
    7778               ]
     
    8889    if 'samplerate' in ext.libraries:
    8990        ext.define_macros += [('HAVE_SAMPLERATE', 1)]
     91    if 'rubberband' in ext.libraries:
     92        ext.define_macros += [('HAVE_RUBBERBAND', 1)]
    9093    if 'fftw3f' in ext.libraries:
    9194        ext.define_macros += [('HAVE_FFTW3F', 1)]
Note: See TracChangeset for help on using the changeset viewer.