From: Carl Hetherington Date: Mon, 5 Apr 2021 22:41:07 +0000 (+0200) Subject: Bump libdcp to fix verify() to call verify_j2k() (#1958). X-Git-Tag: v2.15.139~13 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=51bb8ac64aabeb5b509ffbaae415900d1b0299bc Bump libdcp to fix verify() to call verify_j2k() (#1958). --- diff --git a/cscript b/cscript index dcb3278a7..af57aa6db 100644 --- a/cscript +++ b/cscript @@ -385,8 +385,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '127b57a')) - deps.append(('libsub', '44e3032')) + deps.append(('libdcp', 'f536156')) + deps.append(('libsub', '6dd6a0a')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we