From 4d986a4f08cf5f13be6d3756f303276163bfe4a2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 28 Oct 2018 20:06:05 +0000 Subject: [PATCH] Possibly fix missing EBUR128 options on some builds. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 76aefd277..63fc6a5cc 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', + lib='avfilter avutil swresample avcodec avformat', includes=conf.env['INCLUDES_AVFORMAT'], define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG', mandatory=False) -- 2.30.2