Changeset db86a46 for tests/wscript_build
- Timestamp:
- Mar 15, 2015, 9:55:29 AM (10 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:
- c364a78
- Parents:
- 6d7acc8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/wscript_build
r6d7acc8 rdb86a46 3 3 for target_name in ctx.path.ant_glob('src/**/*.c'): 4 4 uselib = [] 5 uselib += ['FFTW3', 'FFTW3F'] 6 uselib += ['SAMPLERATE'] 7 uselib += ['SNDFILE'] 8 uselib += ['AVCODEC'] 9 uselib += ['AVFORMAT'] 10 uselib += ['AVRESAMPLE'] 11 uselib += ['AVUTIL'] 12 uselib += ['JACK'] 5 13 includes = ['../src', '.'] 6 14 extra_source = []
Note: See TracChangeset
for help on using the changeset viewer.