From: Carl Hetherington Date: Mon, 15 Aug 2022 17:17:17 +0000 (+0200) Subject: Bump libdcp for XML tolerance fix (#2295). X-Git-Tag: v2.16.21~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=9495f24b8c533178d26729e0195af4cb11dc25d9 Bump libdcp for XML tolerance fix (#2295). --- diff --git a/cscript b/cscript index b5a93d500..3c338b3ab 100644 --- a/cscript +++ b/cscript @@ -427,8 +427,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.24')) - deps.append(('libsub', 'v1.6.27')) + deps.append(('libdcp', 'v1.8.25')) + deps.append(('libsub', 'v1.6.28')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we