Changeset 0318cc1 for examples


Ignore:
Timestamp:
Mar 30, 2013, 6:35:11 AM (11 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:
002563f
Parents:
c833f56
Message:

wscript: always use installed external dependancies, simplify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/wscript_build

    rc833f56 r0318cc1  
    77        includes = '../src',
    88        source = ['utils.c', 'jackio.c'],
    9         uselib = ['LASH', 'JACK'],
    109        target = 'utilsio')
    1110
     
    1413  bld.program(features = 'c cprogram',
    1514      includes = '../src',
    16       use = ['aubio', 'LASH', 'JACK', 'SNDFILE', 'utilsio'],
     15      use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'],
    1716      source = str(source_file),
    1817      target = str(source_file).split('.')[0]
Note: See TracChangeset for help on using the changeset viewer.