diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-18 00:23:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 01:14:05 +0200 |
| commit | 7808d7c8863fd40623849a24c7863ca7e542d3e3 (patch) | |
| tree | 70ba18189d6cf983503c6cfdcaeee2c3b34a3dac | |
| parent | 053bf81d7ef24843cc2eea62e24c2296fed48950 (diff) | |
Bump libdcp to handle XYZ->RGB conversions correctly for Rec.2020.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
