ref: 4ed1e47d19c17aee4bf508771a0b7aa52afcb9cf
parent: 171ae68d6221cf0cd48fcdd0ad70bc895b2d39d3
author: Paul Brossier <piem@piem.org>
date: Fri Dec 21 07:41:36 EST 2018
[waf] also link against vorbis and ogg Required where vorbisenc doesn't mark these as NEEDED (e.g. osx)
--- a/wscript
+++ b/wscript
@@ -434,7 +434,7 @@
# check for vorbisenc
if (ctx.options.enable_vorbis != False):
- ctx.check_cfg(package = 'vorbisenc',
+ ctx.check_cfg(package = 'vorbisenc vorbis ogg',
args = '--cflags --libs',
uselib_store = 'VORBISENC',
mandatory = ctx.options.enable_vorbis)