diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-12 01:29:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-12 01:30:31 +0200 |
| commit | 689bf63d32a8276477ab12e83bd47a5ff67d3eae (patch) | |
| tree | 343480f6b9a8af8b5b272baa3d54574fd6468921 /cscript | |
| parent | 255d13d09375ecdb11771ac6fda38a66f6a1ab29 (diff) | |
Don't write empty <Text> nodes in subtitles/closed captions.
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', '9bc5ced')) - deps.append(('libsub', '749c204')) + deps.append(('libdcp', 'b3cb9c0')) + deps.append(('libsub', '587e475')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
