Changeset b257b60 for examples/wscript_build
- Timestamp:
- Aug 12, 2015, 7:21:38 PM (10 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:
- 60fc05b
- Parents:
- 3a1a5d6 (diff), 7b2d740 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/wscript_build
r3a1a5d6 rb257b60 2 2 3 3 uselib = [] 4 uselib += ['FFTW3', 'FFTW3F'] 5 uselib += ['SAMPLERATE'] 6 uselib += ['SNDFILE'] 7 uselib += ['AVCODEC'] 8 uselib += ['AVFORMAT'] 9 uselib += ['AVRESAMPLE'] 10 uselib += ['AVUTIL'] 4 11 uselib += ['JACK'] 5 12 … … 20 27 lib = 'm', 21 28 use = ['aubio', 'utilsio'], 29 uselib = uselib, 22 30 source = source_file, 23 31 target = str(source_file).split('.')[0]
Note: See TracChangeset
for help on using the changeset viewer.