- Timestamp:
- Aug 21, 2015, 11:04:03 AM (9 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:
- 2a32644
- Parents:
- a984461
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
ra984461 reb68991 244 244 args = '--cflags --libs', uselib_store = 'AVRESAMPLE', 245 245 mandatory = ctx.options.enable_avcodec) 246 if all ( 'HAVE_' + i in ctx.env .define_key246 if all ( 'HAVE_' + i in ctx.env 247 247 for i in ['AVCODEC', 'AVFORMAT', 'AVUTIL', 'AVRESAMPLE'] ): 248 248 ctx.define('HAVE_LIBAV', 1)
Note: See TracChangeset
for help on using the changeset viewer.