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-09-14 22:27:41 +0200
commit5900b57b4e006f19271a20d24939cd5b3819b354 (patch)
tree33a0a142c576af35edd2978e4008f5c63616cb6f /wscript
parent5530667b32e0a0e658d2368e92a4995baddf7819 (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 351e8b355..a6f3617b6 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)