Possibly fix missing EBUR128 options on some builds.
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Oct 2018 20:06:05 +0000 (20:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Oct 2018 20:06:05 +0000 (20:06 +0000)
wscript

diff --git a/wscript b/wscript
index 76aefd277d404cc546a0cb73460659aad9747803..63fc6a5cc06f80388cfde58d04f8d89797699ddd 100644 (file)
--- 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)