From: Carl Hetherington Date: Thu, 13 Oct 2016 22:21:48 +0000 (+0100) Subject: Bump libdcp for PKL type fix. X-Git-Tag: v2.9.34~1 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=d6293f131487ea40e8eb4a472a3ae2986894f55f;p=dcpomatic.git Bump libdcp for PKL type fix. --- diff --git a/cscript b/cscript index ef9ce17fb..16df6e422 100644 --- a/cscript +++ b/cscript @@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', 'c4d06c3'), + ('libdcp', 'b74dee5'), ('libsub', '3db5052')) def configure_options(target):