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>2024-01-28 02:01:38 +0100
commitc17bcd3bcaced30e4657aab7582ec9efa93b6ea1 (patch)
tree0e09a1569b0de20bdc56026d2a7cc098ba0c6a2c /wscript
parent591c89275bfa26c3b2e1b0f1926909fc4bf5b219 (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 7395679fb..87dd60c74 100644
--- a/wscript
+++ b/wscript
@@ -443,7 +443,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)