summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/wscript b/wscript
index 1c7a73840..c2328f0d2 100644
--- a/wscript
+++ b/wscript
@@ -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