Changeset 4ed1e47


Ignore:
Timestamp:
Dec 21, 2018, 12:41:36 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
131d1eb
Parents:
171ae68
Message:

[waf] also link against vorbis and ogg

Required where vorbisenc doesn't mark these as NEEDED (e.g. osx)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r171ae68 r4ed1e47  
    435435    # check for vorbisenc
    436436    if (ctx.options.enable_vorbis != False):
    437         ctx.check_cfg(package = 'vorbisenc',
     437        ctx.check_cfg(package = 'vorbisenc vorbis ogg',
    438438                args = '--cflags --libs',
    439439                uselib_store = 'VORBISENC',
Note: See TracChangeset for help on using the changeset viewer.