Changeset 300e781


Ignore:
Timestamp:
Mar 17, 2017, 12:31:03 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
d82e7a4
Parents:
f943a2e
Message:

python/lib/moresetuptools.py: remove jack, only used in examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/moresetuptools.py

    rf943a2e r300e781  
    114114    print("Info: looking for *optional* additional packages")
    115115    packages = ['libavcodec', 'libavformat', 'libavutil', 'libavresample',
    116                 'jack',
    117                 'jack',
    118116                'sndfile',
    119117                #'fftw3f',
     
    130128            and 'avresample' in ext.libraries:
    131129        ext.define_macros += [('HAVE_LIBAV', 1)]
    132     if 'jack' in ext.libraries:
    133         ext.define_macros += [('HAVE_JACK', 1)]
    134130    if 'sndfile' in ext.libraries:
    135131        ext.define_macros += [('HAVE_SNDFILE', 1)]
Note: See TracChangeset for help on using the changeset viewer.