Changeset b517cb3 for interfaces
- Timestamp:
- Jan 6, 2012, 11:59:29 PM (13 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:
- 55ffa55
- Parents:
- 110ac90 (diff), abf13a1 (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
-
interfaces/python/setup.py
r110ac90 rb517cb3 20 20 # generated files 21 21 ] + generated_files, 22 include_dirs=['../../build/ default/src', '../../src', '.' ],23 library_dirs=['../../build/ default/src', '../../src/.libs' ],22 include_dirs=['../../build/src', '../../src', '.' ], 23 library_dirs=['../../build/src', '../../src/.libs' ], 24 24 libraries=['aubio'])]) 25 25
Note: See TracChangeset
for help on using the changeset viewer.