From: Carl Hetherington Date: Wed, 28 Sep 2016 18:16:02 +0000 (+0100) Subject: Another libdcp build fix. X-Git-Tag: v2.9.28~20 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=47ad2a48249e0e0d65d51f3659eefc9181885b37;p=dcpomatic.git Another libdcp build fix. --- diff --git a/cscript b/cscript index a15b78a57..e6817efc2 100644 --- a/cscript +++ b/cscript @@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '5aba207'), + ('libdcp', 'eb772d2'), ('libsub', '3db5052')) def configure_options(target):