From: Carl Hetherington Date: Thu, 22 Apr 2021 20:01:04 +0000 (+0200) Subject: Bump libdcp for fix to #1976. X-Git-Tag: v2.15.141~33 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=fbf3c5e1ade71c1b444b38d6c0e30d879004b527 Bump libdcp for fix to #1976. This is an incorrect error when verifying 3D Interop DCPs. --- diff --git a/cscript b/cscript index b6f6ce5d1..4ed5f2b2d 100644 --- a/cscript +++ b/cscript @@ -386,8 +386,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '2d6b31b')) - deps.append(('libsub', '63cddea')) + deps.append(('libdcp', '5e1ce36')) + deps.append(('libsub', 'cf5c3db')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we