From df34292525addcd497aed990fd606186b6ff5dbd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 17 Jan 2022 20:03:51 +0100 Subject: [PATCH] Bump libdcp to 1.8.6 Hopefully this fixes #2124, failure to play DCPs on Sony SRX320/LMT3000 due to it not liking empty tags in reel assets. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cscript b/cscript index b77448ac3..04c183d66 100644 --- a/cscript +++ b/cscript @@ -432,8 +432,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.5')) - deps.append(('libsub', 'v1.6.5')) + deps.append(('libdcp', 'v1.8.6')) + deps.append(('libsub', 'v1.6.6')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we -- 2.30.2