diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-28 22:35:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-28 22:35:59 +0000 |
| commit | 014612cd5a3b01e16d15d49b45f582fed9b19d9b (patch) | |
| tree | a82f496ba5328392d285ac7683ed52ef162b4ea4 /wscript | |
| parent | 4d986a4f08cf5f13be6d3756f303276163bfe4a2 (diff) | |
More missing libraries for EBUR128 check program.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
