Changeset 2a6e672


Ignore:
Timestamp:
Sep 26, 2011, 8:22:18 AM (13 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, pitchshift, sampler, timestretch, yinfft+
Children:
c55f907
Parents:
46378b3
Message:

wscript: make jack, samplerate, and lash optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r46378b3 r2a6e672  
    2929      help='compile with C99 complex')
    3030  opt.add_option('--enable-jack', action='store_true', default=False,
    31       help='compile without jack support')
     31      help='compile with jack support')
    3232  opt.add_option('--enable-lash', action='store_true', default=False,
    33       help='compile without lash support')
     33      help='compile with lash support')
    3434  opt.add_option('--enable-libsamplerate', action='store_true', default=False,
    35       help='compile without libsamplerate support')
     35      help='compile with libsamplerate support')
    3636  opt.add_option('--with-target-platform', type='string',
    3737      help='set target platform for cross-compilation', dest='target_platform')
Note: See TracChangeset for help on using the changeset viewer.