diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-22 22:01:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-22 22:01:04 +0200 |
| commit | fbf3c5e1ade71c1b444b38d6c0e30d879004b527 (patch) | |
| tree | 588540a15572e87651a09d3ea5670a368e282b12 | |
| parent | c7917ecfce3200d807091cb64241e54066822cbf (diff) | |
Bump libdcp for fix to #1976.
This is an incorrect error when verifying 3D Interop DCPs.
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -386,8 +386,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '2d6b31b')) - deps.append(('libsub', '63cddea')) + deps.append(('libdcp', '5e1ce36')) + deps.append(('libsub', 'cf5c3db')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
