- Timestamp:
- Dec 10, 2013, 9:59:27 PM (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:
- 7e52871
- Parents:
- df5eab4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
rdf5eab4 red090ff7 1 1 # vim:set syntax=python: 2 3 uselib = [] 4 uselib += ['JACK'] 2 5 3 6 utils_source = ['utils.c', 'jackio.c'] … … 8 11 source = utils_source, 9 12 includes = ['../src'], 13 uselib = uselib, 10 14 target = 'utilsio') 11 15
Note: See TracChangeset
for help on using the changeset viewer.