diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-09 23:06:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-09 23:06:46 +0000 |
| commit | da66c5b65efdde1f5199b271b3f4da9ca3e4f3c6 (patch) | |
| tree | f0d811deedcd6abca2f47ac3b6d8d50f0eb5354c /wscript | |
| parent | 3c3caebdb3be32dd00dc6b04d952577d54b47f04 (diff) | |
Fix non-use of LUFS stuff due to error in waf configuration stage.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -310,7 +310,7 @@ def configure(conf): libpath='/usr/local/lib', lib=['avfilter'], uselib_store='PATCHED_FFMPEG', - defines_name='DCPOMATIC_HAVE_PATCHED_FFMPEG', + define_name='DCPOMATIC_HAVE_PATCHED_FFMPEG', mandatory=False) # Boost |
