diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-10 11:29:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-10 11:29:50 +0100 |
| commit | be3dd17f89da78cd482d50441b54d6fa72e16ed6 (patch) | |
| tree | 7fed8dcfbc74f4910d1d9e96f5055c7ddb3dfacc /cscript | |
| parent | c45abd2735b5265b091817f7f2f2884016996093 (diff) | |
Bump libsub for fix unicode LINE SEPARATOR in subtitles.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -452,7 +452,7 @@ def dependencies(target, options): deps = [] deps.append(('libdcp', 'v1.8.33')) - deps.append(('libsub', 'v1.6.36')) + deps.append(('libsub', 'v1.6.37')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
