From: Carl Hetherington Date: Thu, 18 Jun 2015 18:53:03 +0000 (+0100) Subject: Bump libdcp for fopen binary specifier fix. X-Git-Tag: v2.1.5~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b7591713816201dc00dc6492b49135e4bb66868e;p=dcpomatic.git Bump libdcp for fopen binary specifier fix. --- diff --git a/cscript b/cscript index 571e3895c..019dc3a00 100644 --- a/cscript +++ b/cscript @@ -224,7 +224,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', 'v1.1.0'), + ('libdcp', '13db82c'), ('libsub', 'a002558')) def configure_options(target):