From c4bf7a7fca387c7fbbea612d7abbb0d5732b8c5c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Sep 2015 19:40:24 +0100 Subject: Fix crash when re-making certificates after deleting existing ones (#690). --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 143cf45e1..4adf08eab 100644 --- a/cscript +++ b/cscript @@ -246,8 +246,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '0e27b2b', ffmpeg_options), - ('libdcp', 'v1.2.4'), - ('libsub', 'v1.1.5')) + ('libdcp', '0c8b5b4'), + ('libsub', 'd3f7e0c')) def configure_options(target): opt = '' -- cgit v1.2.3