- Timestamp:
- Sep 25, 2009, 10:12:56 PM (15 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:
- d99d819
- Parents:
- be3ffee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rbe3ffee r705aec8 27 27 opt.add_option('--disable-jack', action='store_true', default=False, 28 28 help='compile without jack support') 29 opt.add_option('--disable-alsa', action='store_true', default=False,30 help='compile without alsa support')31 29 opt.add_option('--disable-lash', action='store_true', default=False, 32 30 help='compile without lash support') … … 91 89 if (Options.options.disable_jack == False): 92 90 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',96 91 args = '--cflags --libs') 97 92 if (Options.options.disable_lash == False):
Note: See TracChangeset
for help on using the changeset viewer.