From: Carl Hetherington Date: Mon, 17 Oct 2022 22:23:44 +0000 (+0200) Subject: Bump libdcp to handle XYZ->RGB conversions correctly for Rec.2020. X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=7808d7c8863fd40623849a24c7863ca7e542d3e3 Bump libdcp to handle XYZ->RGB conversions correctly for Rec.2020. --- diff --git a/cscript b/cscript index 1c62f3382..f0dad388b 100644 --- a/cscript +++ b/cscript @@ -446,8 +446,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.31')) - deps.append(('libsub', 'v1.6.34')) + deps.append(('libdcp', '7d4aa870201d1b4384b79148df9647274140a00d')) + deps.append(('libsub', '2437a8bafff3674e432cac40c78f8ca1a6e7d23b')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we