From 51bb8ac64aabeb5b509ffbaae415900d1b0299bc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Apr 2021 00:41:07 +0200 Subject: [PATCH] Bump libdcp to fix verify() to call verify_j2k() (#1958). --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2