From: Carl Hetherington Date: Tue, 11 Oct 2022 22:56:40 +0000 (+0200) Subject: Bump libdcp to fix crash when verifying encrypted 3D DCPs. X-Git-Tag: v2.16.30 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ea253d5b0afd2e58705efe7e937c307d1bce9c88;hp=d9b398b33716d5f28fd8d6e22cb723c2fbb635a0 Bump libdcp to fix crash when verifying encrypted 3D DCPs. --- diff --git a/cscript b/cscript index 591ffd54d..4659ce285 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.30')) - deps.append(('libsub', 'v1.6.33')) + deps.append(('libdcp', 'v1.8.31')) + deps.append(('libsub', 'v1.6.34')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we