From 014612cd5a3b01e16d15d49b45f582fed9b19d9b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Oct 2018 22:35:59 +0000 Subject: [PATCH] More missing libraries for EBUR128 check program. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 63fc6a5cc..49724452a 100644 --- a/wscript +++ b/wscript @@ -382,7 +382,7 @@ def configure(conf): """, msg='Checking for EBUR128-patched FFmpeg', libpath=conf.env['LIBPATH_AVFORMAT'], - lib='avfilter avutil swresample avcodec avformat', + lib='avfilter avutil swresample avcodec avformat swscale postproc', includes=conf.env['INCLUDES_AVFORMAT'], define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG', mandatory=False) -- 2.30.2