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-Tag: v2.16.31~8^2~11 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=df66d09ecd119206c5a9dc803acba212715075e7 Bump libdcp to handle XYZ->RGB conversions correctly for Rec.2020. --- diff --git a/cscript b/cscript index 1c62f3382..54af98a7d 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', 'v1.8.32')) + deps.append(('libsub', 'v1.6.35')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we