Changeset 1b25a70 for wscript


Ignore:
Timestamp:
Dec 7, 2013, 12:14:50 AM (10 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:
44e94f3c
Parents:
cc6b221
Message:

examples/: move parse_args to parse_args.h, clean up, remove lash and old frames_delay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rcc6b221 r1b25a70  
    5353  add_option_enable_disable(ctx, 'jack', default = None,
    5454          help_str = 'compile with jack (auto)', help_disable_str = 'disable jack support')
    55   add_option_enable_disable(ctx, 'lash', default = None,
    56           help_str = 'compile with LASH (auto)', help_disable_str = 'disable LASH' )
    5755  add_option_enable_disable(ctx, 'sndfile', default = None,
    5856          help_str = 'compile with sndfile (auto)', help_disable_str = 'disable sndfile')
     
    198196    args = '--cflags --libs', mandatory = False)
    199197
    200   if (ctx.options.enable_lash != False):
    201     ctx.check_cfg(package = 'lash-1.0', atleast_version = '0.5.0',
    202     args = '--cflags --libs', uselib_store = 'LASH', mandatory = False)
    203 
    204198  if (ctx.options.enable_avcodec != False):
    205199    ctx.check_cfg(package = 'libavcodec', atleast_version = '54.35.0',
Note: See TracChangeset for help on using the changeset viewer.