diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-27 14:27:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-27 14:27:22 +0200 |
| commit | bb89ec4a3d7a912f1f79e8b13ec9f1be5481ca96 (patch) | |
| tree | 22d9480e46164c5c499a6542b6c76b45e3d7f2f7 /cscript | |
| parent | f75c4440abe1a1cd9838301ac4e3a153178ceb94 (diff) | |
Bump libdcp for fix to decryption of SMPTE subtitles.
Also add a test for that.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -388,8 +388,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '6384002')) - deps.append(('libsub', '55ebde1')) + deps.append(('libdcp', 'dd672d9')) + deps.append(('libsub', 'cd50a10')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
