summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 63fc6a5cc..49724452a 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 avcodec avformat',
+ lib='avfilter avutil swresample avcodec avformat swscale postproc',
includes=conf.env['INCLUDES_AVFORMAT'],
define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG',
mandatory=False)