More missing libraries for EBUR128 check program.
authorCarl Hetherington <cth@carlh.net>
Sun, 28 Oct 2018 22:35:59 +0000 (22:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 28 Oct 2018 22:35:59 +0000 (22:35 +0000)
wscript

diff --git a/wscript b/wscript
index 63fc6a5cc06f80388cfde58d04f8d89797699ddd..49724452a421ad6c216bbbca5f397098ad7bcd15 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 avcodec avformat',
+                   lib='avfilter avutil swresample avcodec avformat swscale postproc',
                    includes=conf.env['INCLUDES_AVFORMAT'],
                    define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG',
                    mandatory=False)