From: Carl Hetherington Date: Fri, 11 Dec 2015 14:49:31 +0000 (+0000) Subject: Bump libdcp for fix for #774. X-Git-Tag: v2.6.7~1 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=7a1d7cb18e77322ee2f5ced19fb47afc511c7629;p=dcpomatic.git Bump libdcp for fix for #774. --- diff --git a/cscript b/cscript index 7d1d6a2ff..e3b17b91e 100644 --- a/cscript +++ b/cscript @@ -279,8 +279,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options), - ('libdcp', '3afe04f'), - ('libsub', '48e1315')) + ('libdcp', 'b9e6635'), + ('libsub', '2e52f11')) def configure_options(target): opt = ''