Ignore:
Timestamp:
Oct 17, 2009, 12:43:00 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
858cfa7
Parents:
6107f4c
Message:

ext/, examples/, swig/, python/, tests/: remove libaubioext, make libsamplerate optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/wscript_build

    r6107f4c r740f06b  
     1bld.new_task_gen(features = 'cc',
     2    includes = '../../examples ../../src',
     3    source = ['../../examples/sndfileio.c'],
     4    uselib = ['JACK'],
     5    target = 'sndfileio')
     6
    17pyaubio = bld.new_task_gen(name = 'python-aubio',
    28  features = 'cc cshlib pyext',
    39  source = '../../swig/aubio.i',
     10  add_objects = 'sndfileio',
    411  target = '_aubiowrapper',
    5   uselib_local = ['aubio', 'aubioext'],
     12  uselib_local = ['aubio'],
     13  uselib = ['SNDFILE'],
    614  swig_flags = '-python -Wall',
    7   includes = '. ../../src ../../ext')
     15  includes = '. ../../src ../../examples')
    816pyaubio.install_path = '${PYTHONDIR}/${PACKAGE}'
    917
Note: See TracChangeset for help on using the changeset viewer.