From: Carl Hetherington Date: Sun, 28 Oct 2018 20:06:05 +0000 (+0000) Subject: Possibly fix missing EBUR128 options on some builds. X-Git-Tag: v2.13.65~4 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4d986a4f08cf5f13be6d3756f303276163bfe4a2;hp=5feadb30fc839601345c4553c5a954ffc37bc1c7 Possibly fix missing EBUR128 options on some builds. --- 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)