Changeset 1c565c0 for wscript


Ignore:
Timestamp:
Dec 21, 2018, 8:06:24 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
4cb2d54, 6245b52
Parents:
cf4bc9f (diff), 131d1eb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/sink_vorbis' into feature/sink_flac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rcf4bc9f r1c565c0  
    438438    # check for vorbisenc
    439439    if (ctx.options.enable_vorbis != False):
    440         ctx.check_cfg(package = 'vorbisenc',
     440        ctx.check_cfg(package = 'vorbisenc vorbis ogg',
    441441                args = '--cflags --libs',
    442442                uselib_store = 'VORBISENC',
Note: See TracChangeset for help on using the changeset viewer.