feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since cc9d0cc was
705aec8,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
ext/midi: remove all midi stuff borrowed from fluidsynth, now unused
|
-
Property mode set to
100644
|
File size:
408 bytes
|
Rev | Line | |
---|
[000b090] | 1 | # build libaubioext |
---|
| 2 | libaubioext = bld.new_task_gen( |
---|
| 3 | features = 'cc cshlib', |
---|
| 4 | includes = ['.', '../src'], |
---|
| 5 | source = bld.path.ant_glob('*.c **/*.c'), |
---|
| 6 | target = 'aubioext', |
---|
[705aec8] | 7 | uselib = ['SNDFILE', 'JACK'], |
---|
[000b090] | 8 | uselib_local = ['aubio'], |
---|
| 9 | vnum = bld.env['LIB_VERSION']) |
---|
| 10 | |
---|
| 11 | # install headers |
---|
| 12 | for file in bld.path.ant_glob('**/*.h').split(): |
---|
| 13 | bld.install_as('${PREFIX}/include/aubio/' + file, file) |
---|
Note: See
TracBrowser
for help on using the repository browser.