Changeset c3b3b84


Ignore:
Timestamp:
Mar 17, 2017, 1:09:34 AM (7 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, sampler
Children:
cd133ba
Parents:
ba67cb6
Message:

wscript: shorten line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rba67cb6 rc3b3b84  
    341341            ctx.msg(msg_check, 'not found (missing avutil)', color = 'YELLOW')
    342342        elif 'HAVE_SWRESAMPLE' not in ctx.env and 'HAVE_AVRESAMPLE' not in ctx.env:
    343             ctx.msg(msg_check, 'not found (avresample or swresample required)', color = 'YELLOW')
     343            resample_missing = 'not found (avresample or swresample required)'
     344            ctx.msg(msg_check, resample_missing, color = 'YELLOW')
    344345        else:
    345346            ctx.msg(msg_check, 'yes')
Note: See TracChangeset for help on using the changeset viewer.