From: Carl Hetherington Date: Mon, 12 Sep 2016 09:41:11 +0000 (+0100) Subject: Bump libdcp for error fix. X-Git-Tag: v2.9.21~4^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=65f4c4a5e84921452e6b71b3df177d82bd8203fb Bump libdcp for error fix. --- diff --git a/cscript b/cscript index 4e3939d76..d0cbf211e 100644 --- a/cscript +++ b/cscript @@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '62da6ba'), + ('libdcp', '599af58'), ('libsub', '067c21c')) def configure_options(target):