summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-10 21:15:49 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-10 21:15:49 +0200
commitfecc0c792748e2b16e8fad33186db79ce6850cc9 (patch)
tree5e034034052e9783fb66ea60ce30fc43045ed32f /cscript
parent6f7f0a92a9cadba4102b3d39cad79aa565665c38 (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--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 244a13541..7ff96d38a 100644
--- a/cscript
+++ b/cscript
@@ -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