From 283205f4bff717d0f70b5a4464df4ebd3581a51b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 13 Jun 2016 12:23:37 +0100 Subject: Use nettle rather then openssl for MD5 digesting. --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2387d27cc..cb4e45f84 100644 --- a/wscript +++ b/wscript @@ -308,6 +308,9 @@ def configure(conf): else: conf.env.LIB_XMLSEC = ['xmlsec1-openssl', 'xmlsec1'] + # nettle + config.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True) + # FFmpeg if conf.options.static_ffmpeg: names = ['avformat', 'avfilter', 'avcodec', 'avutil', 'swscale', 'postproc'] -- cgit v1.2.3