From: Carl Hetherington Date: Mon, 17 Jan 2022 19:03:51 +0000 (+0100) Subject: Bump libdcp to 1.8.6 X-Git-Tag: v2.15.184~2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=df34292525addcd497aed990fd606186b6ff5dbd 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. --- 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