Changeset eb68991 for wscript


Ignore:
Timestamp:
Aug 21, 2015, 11:04:03 AM (9 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:
2a32644
Parents:
a984461
Message:

wscript: check HAVE_AV* from ctx.env

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    ra984461 reb68991  
    244244                args = '--cflags --libs', uselib_store = 'AVRESAMPLE',
    245245                mandatory = ctx.options.enable_avcodec)
    246         if all ( 'HAVE_' + i in ctx.env.define_key
     246        if all ( 'HAVE_' + i in ctx.env
    247247                for i in ['AVCODEC', 'AVFORMAT', 'AVUTIL', 'AVRESAMPLE'] ):
    248248            ctx.define('HAVE_LIBAV', 1)
Note: See TracChangeset for help on using the changeset viewer.