summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-30 22:46:33 +0200
committerCarl Hetherington <cth@carlh.net>2023-03-08 17:17:15 +0100
commit67601483f54a14e0db9ffeadb430348cf51f0457 (patch)
treeb74b8498415fa9408f5632262d6fa0a261a18564 /wscript
parentb3ab068b2106c5ee53e283ee69588f9e4a07ca3d (diff)
Bump ffmpeg to 5.1.2 "Riemann"
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c3b8bc1f4..335bd9e23 100644
--- a/wscript
+++ b/wscript
@@ -422,7 +422,7 @@ def configure(conf):
int main () { av_ebur128_get_true_peaks (0); }\n
""",
msg='Checking for EBUR128-patched FFmpeg',
- uselib='AVCODEC AVFILTER',
+ uselib='AVCODEC AVFILTER AVUTIL SWRESAMPLE',
define_name='DCPOMATIC_HAVE_EBUR128_PATCHED_FFMPEG',
mandatory=False)