Changeset 4cb2d54 for wscript


Ignore:
Timestamp:
Dec 21, 2018, 8:06:39 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
8fe522d
Parents:
00c9444 (diff), 1c565c0 (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_flac' into feature/autosink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r00c9444 r4cb2d54  
    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.