diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-29 22:41:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-29 22:41:18 +0000 |
| commit | 665d416d4d26b1c1e5ea173ac76d280fb9cfa958 (patch) | |
| tree | 793973626e4243217c8238e83265300645c74c93 /cscript | |
| parent | 8a015999e89ccd7fba7f1025689979ce058783d2 (diff) | |
Bump libsub for crash in malformed .srt (#1454).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ def dependencies(target): deps = [] deps.append(('libdcp', '1b9ef11')) - deps.append(('libsub', '149f2ca')) + deps.append(('libsub', '23d4d5d')) deps.append(('rtaudio-cdist', 'aad62d7')) return deps |
