From dc372ead4a3250e1725a7bb7bd06703363b5a1b3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Apr 2016 20:21:26 +0100 Subject: Fix cscript libdcp dep. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index aa622e27f..41e3e9a29 100644 --- a/cscript +++ b/cscript @@ -262,7 +262,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options), - ('libdcp', '4b8c626'), + ('libdcp', 'v1.3.2'), ('libsub', 'b9fb00d')) def configure_options(target): -- cgit v1.2.3