diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-03 21:12:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-03 21:12:06 +0200 |
| commit | 4b23e0aa4bf557756a0ad5098239a4fca7e32bab (patch) | |
| tree | b46e42f1d787ae85595d6989e444b5863a3a9077 /cscript | |
| parent | ab3be5fa1893bf1756627e1646b065c41e69336a (diff) | |
Bump libsub to fix #2036.
Also fixes problems with invisible subtitles from binary STL files
with weird line numbers.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -389,7 +389,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', '42feb7f')) - deps.append(('libsub', '831fb35')) + deps.append(('libsub', 'f3d7335')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
