Changeset 2359cbd for python/aubio
- Timestamp:
- Nov 6, 2009, 12:08:21 AM (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:
- 7b485af
- Parents:
- 3e17aed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/wscript_build
r3e17aed r2359cbd 1 bld.new_task_gen(features = 'cc',2 includes = '../../examples ../../src',3 source = ['../../examples/sndfileio.c'],4 uselib = ['JACK'],5 target = 'sndfileio')6 7 1 pyaubio = bld.new_task_gen(name = 'python-aubio', 8 2 features = 'cc cshlib pyext',
Note: See TracChangeset
for help on using the changeset viewer.