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-11-29 21:19:55 +0100
commit563399e3c00b3548af9ab1728d28aa0a329f826a (patch)
tree72e22341355a9bdce33ecc3a3636e9db2949c4c2 /wscript
parenta4f70ad900909dc5c8fe5cdd8e65c28243d932c1 (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 8ff3a6217..da01051f7 100644
--- a/wscript
+++ b/wscript
@@ -431,7 +431,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)