From: Carl Hetherington Date: Fri, 15 Jul 2022 09:00:04 +0000 (+0200) Subject: Bump libdcp for bug in previous commit. X-Git-Tag: v2.16.19~23 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ddf516a1bad4b9c3ad32a358cc016e4fe5511b6d Bump libdcp for bug in previous commit. --- diff --git a/cscript b/cscript index 638a66925..a54bd87fa 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.23')) - deps.append(('libsub', 'v1.6.24')) + deps.append(('libdcp', 'v1.8.24')) + deps.append(('libsub', 'v1.6.25')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we