- Timestamp:
- Dec 7, 2013, 12:14:50 AM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rcc6b221 r1b25a70 53 53 add_option_enable_disable(ctx, 'jack', default = None, 54 54 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' )57 55 add_option_enable_disable(ctx, 'sndfile', default = None, 58 56 help_str = 'compile with sndfile (auto)', help_disable_str = 'disable sndfile') … … 198 196 args = '--cflags --libs', mandatory = False) 199 197 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 204 198 if (ctx.options.enable_avcodec != False): 205 199 ctx.check_cfg(package = 'libavcodec', atleast_version = '54.35.0',
Note: See TracChangeset
for help on using the changeset viewer.