diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-15 22:25:42 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-17 15:35:14 +0200 |
| commit | ccd69987ab861ea4521836fa2a5227e2dfac3479 (patch) | |
| tree | 0bffcddaf011d5918e68f7e8a6e089a4837eea1d /cscript | |
| parent | 2b793cd6eac56b06a2d694591cddecb3ae2b099d (diff) | |
Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170
Adding horizontal space to a Pango layout is hard, and I think this
change probably gets it slightly wrong, but it's a step in the right
direction.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -431,8 +431,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.2')) - deps.append(('libsub', 'v1.6.2')) + deps.append(('libdcp', 'v1.8.3')) + deps.append(('libsub', 'v1.6.3')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
