diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-15 15:37:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:24:50 +0100 |
| commit | 2b0cf17f9a20729f8d43541ee405164b3806c038 (patch) | |
| tree | c5e9a1243792dbe46551ab475b181d55ecd83b0b /cscript | |
| parent | 7bc591abc86ed4742f21f45ca1d6151cb14bc100 (diff) | |
Bump libdcp for fix to subtitle formatting (#2205).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -402,8 +402,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.11')) - deps.append(('libsub', 'v1.6.11')) + deps.append(('libdcp', 'v1.8.12')) + deps.append(('libsub', 'v1.6.12')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
