From: Carl Hetherington Date: Thu, 27 Aug 2015 09:27:25 +0000 (+0100) Subject: Bump libdcp for RGB->XYZ optimisation. X-Git-Tag: v2.1.47~15 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2cf61db2be72601de5e72c86ce6a2d1fd6367278;p=dcpomatic.git Bump libdcp for RGB->XYZ optimisation. --- diff --git a/cscript b/cscript index 94611f4df..da90a3805 100644 --- a/cscript +++ b/cscript @@ -233,8 +233,8 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', 'bd17594'), - ('libdcp', '6a90fde'), - ('libsub', 'be3be0d')) + ('libdcp', 'e4042b7'), + ('libsub', '05927c9')) def configure_options(target): opt = ''