Changeset 0318cc1 for src


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
  • src/wscript_build

    rc833f56 r0318cc1  
    33source = ctx.path.ant_glob('*.c **/*.c')
    44uselib = []
     5uselib += ['FFTW3', 'FFTW3F']
     6uselib += ['SAMPLERATE']
     7uselib += ['SNDFILE']
     8uselib += ['JACK']
     9uselib += ['LASH']
    510
    6 if 'HAVE_FFTW3' in conf.get_env():
    7   source.filter(lambda x: not x.endswith('ooura_fft8g.c'))
    8   uselib += ['FFTW3', 'FFTW3F']
    9 
    10 if 'HAVE_SAMPLERATE':
    11   uselib += ['SAMPLERATE']
    12 
    13 if 'HAVE_SNDFILE':
    14   uselib += ['SNDFILE']
    1511
    1612# build libaubio
Note: See TracChangeset for help on using the changeset viewer.