diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-10 21:15:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-10 21:15:49 +0200 |
| commit | fecc0c792748e2b16e8fad33186db79ce6850cc9 (patch) | |
| tree | 5e034034052e9783fb66ea60ce30fc43045ed32f /cscript | |
| parent | 6f7f0a92a9cadba4102b3d39cad79aa565665c38 (diff) | |
Bump libdcp (and following libsub) to fix crashes with ASSETMAPsv2.14.39
containing files that are not in any PKL (#1855).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -365,8 +365,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.15')) - deps.append(('libsub', 'v1.4.19')) + deps.append(('libdcp', 'v1.6.16')) + deps.append(('libsub', 'v1.4.23')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps |
