From: Carl Hetherington Date: Mon, 26 Sep 2022 18:40:43 +0000 (+0200) Subject: Bump libdcp for fix to #2344. X-Git-Tag: v2.17.0~25 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=8de14f3ad1a4adb1449ebc4503ebe8702119f237 Bump libdcp for fix to #2344. --- diff --git a/cscript b/cscript index 6cb19914d..591ffd54d 100644 --- a/cscript +++ b/cscript @@ -446,8 +446,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.29')) - deps.append(('libsub', 'v1.6.32')) + deps.append(('libdcp', 'v1.8.30')) + deps.append(('libsub', 'v1.6.33')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we