diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-03 21:37:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-03 22:12:06 +0100 |
| commit | 18d58dc6984fb2adde029131a7b2e141a5daddbf (patch) | |
| tree | 1ef9080b16b7825f322f6a05efe446ccd9f71f2d /wscript | |
| parent | 21db304cd35fcb3c59c077f82648b2ee4edc1df3 (diff) | |
Rename and simplify the FFmpeg EBUR128 configure check.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -308,10 +308,9 @@ def configure(conf): """, msg='Checking for patched FFmpeg', libpath=conf.env['LIBPATH_AVFORMAT'], - lib=['avfilter', 'avutil', 'swresample'], + lib='avfilter avutil swresample', includes=conf.env['INCLUDES_AVFORMAT'], - uselib_store='PATCHED_FFMPEG', - define_name='DCPOMATIC_HAVE_PATCHED_FFMPEG', + define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG', mandatory=False) # Boost |
