Changeset ed090ff7
- 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
- Files:
-
- 2 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 -
src/wscript_build
rdf5eab4 red090ff7 10 10 uselib += ['AVRESAMPLE'] 11 11 uselib += ['AVUTIL'] 12 uselib += ['JACK']13 12 14 13 ctx(features = 'c',
Note: See TracChangeset
for help on using the changeset viewer.