diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-06 14:35:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-06 14:35:17 +0200 |
| commit | 5bb1ac7bfecfc16430eb7881832ae5a151f314be (patch) | |
| tree | 6e12258781ab697ffd16a73b54219421e7a4f7a2 /cscript | |
| parent | 9c0d589db0bea2830a199b3390ede5e2ee65f3f0 (diff) | |
Bump libdcp to stop trying to verify the bitstreams of encrypted JPEG2000 content.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -385,8 +385,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'f536156')) - deps.append(('libsub', '6dd6a0a')) + deps.append(('libdcp', 'ed20305')) + deps.append(('libsub', '8ba5221')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
