Changeset 740f06b for wscript


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
  • wscript

    r6107f4c r740f06b  
    137137
    138138  # add sub directories
    139   bld.add_subdirs('src ext examples interfaces/cpp')
     139  bld.add_subdirs('src examples interfaces/cpp')
    140140  if bld.env['SWIG']:
    141141    if bld.env['PYTHON']:
     
    188188        target = target_name.split('.')[0],
    189189        includes = 'src',
     190        defines = 'AUBIO_UNSTABLE_API=1',
    190191        uselib_local = 'aubio')
    191     # phasevoc-jack also needs aubioext
     192    # phasevoc-jack also needs jack
    192193    if target_name.endswith('test-phasevoc-jack.c'):
    193       this_target.includes = ['src', 'ext']
    194       this_target.uselib_local = ['aubio', 'aubioext']
     194      this_target.includes = ['src', 'examples']
     195      this_target.uselib_local = ['aubio']
     196      this_target.uselib = ['JACK']
     197      this_target.source += ' examples/jackio.c'
Note: See TracChangeset for help on using the changeset viewer.