diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-12 00:56:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-12 00:56:40 +0200 |
| commit | ea253d5b0afd2e58705efe7e937c307d1bce9c88 (patch) | |
| tree | 0b72f22b19cad08cc4e9e072a9e9fb08bf8cc689 /cscript | |
| parent | d9b398b33716d5f28fd8d6e22cb723c2fbb635a0 (diff) | |
Bump libdcp to fix crash when verifying encrypted 3D DCPs.v2.16.30
Diffstat (limited to 'cscript')
| -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.30')) - deps.append(('libsub', 'v1.6.33')) + deps.append(('libdcp', 'v1.8.31')) + deps.append(('libsub', 'v1.6.34')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
