From fecc0c792748e2b16e8fad33186db79ce6850cc9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Oct 2020 21:15:49 +0200 Subject: Bump libdcp (and following libsub) to fix crashes with ASSETMAPs containing files that are not in any PKL (#1855). --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') 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 -- cgit v1.2.3