- Timestamp:
- Mar 30, 2013, 6:35:11 AM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/wscript_build
rc833f56 r0318cc1 3 3 source = ctx.path.ant_glob('*.c **/*.c') 4 4 uselib = [] 5 uselib += ['FFTW3', 'FFTW3F'] 6 uselib += ['SAMPLERATE'] 7 uselib += ['SNDFILE'] 8 uselib += ['JACK'] 9 uselib += ['LASH'] 5 10 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']15 11 16 12 # build libaubio
Note: See TracChangeset
for help on using the changeset viewer.