Changeset 705aec8 for wscript


Ignore:
Timestamp:
Sep 25, 2009, 10:12:56 PM (15 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:
d99d819
Parents:
be3ffee
Message:

ext/midi: remove all midi stuff borrowed from fluidsynth, now unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rbe3ffee r705aec8  
    2727  opt.add_option('--disable-jack', action='store_true', default=False,
    2828      help='compile without jack support')
    29   opt.add_option('--disable-alsa', action='store_true', default=False,
    30       help='compile without alsa support')
    3129  opt.add_option('--disable-lash', action='store_true', default=False,
    3230      help='compile without lash support')
     
    9189  if (Options.options.disable_jack == False):
    9290    conf.check_cfg(package = 'jack', atleast_version = '0.15.0',
    93     args = '--cflags --libs')
    94   if (Options.options.disable_alsa == False):
    95     conf.check_cfg(package = 'alsa', atleast_version = '0.0.9',
    9691    args = '--cflags --libs')
    9792  if (Options.options.disable_lash == False):
Note: See TracChangeset for help on using the changeset viewer.