From: Carl Hetherington Date: Thu, 22 Feb 2018 10:15:36 +0000 (+0000) Subject: Actually bump libdcp for Atmos fix. X-Git-Tag: v2.11.61~4 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=711e6ed0a3a7d5bd12500674ebb3aa81d6c66d26;p=dcpomatic.git Actually bump libdcp for Atmos fix. --- diff --git a/cscript b/cscript index ae9dbd3b7..6f4034984 100644 --- a/cscript +++ b/cscript @@ -283,8 +283,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '5ec38e1'), - ('libsub', '0ad03c6'), + ('libdcp', '95c6dd4'), + ('libsub', '4467345'), ('rtaudio-cdist', None)) def configure_options(target):