diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-28 20:06:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-28 20:06:05 +0000 |
| commit | 4d986a4f08cf5f13be6d3756f303276163bfe4a2 (patch) | |
| tree | aa9a89347b57eccc1a6c8070f152a76a2df723ae /wscript | |
| parent | 5feadb30fc839601345c4553c5a954ffc37bc1c7 (diff) | |
Possibly fix missing EBUR128 options on some builds.
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', + lib='avfilter avutil swresample avcodec avformat', includes=conf.env['INCLUDES_AVFORMAT'], define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG', mandatory=False) |
