- Timestamp:
- Mar 30, 2013, 6:35:11 AM (12 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:
- 002563f
- Parents:
- c833f56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
rc833f56 r0318cc1 7 7 includes = '../src', 8 8 source = ['utils.c', 'jackio.c'], 9 uselib = ['LASH', 'JACK'],10 9 target = 'utilsio') 11 10 … … 14 13 bld.program(features = 'c cprogram', 15 14 includes = '../src', 16 use = ['aubio', ' LASH', 'JACK', 'SNDFILE', 'utilsio'],15 use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'], 17 16 source = str(source_file), 18 17 target = str(source_file).split('.')[0]
Note: See TracChangeset
for help on using the changeset viewer.