From: Carl Hetherington Date: Tue, 25 Sep 2018 08:42:10 +0000 (+0100) Subject: Bump libdcp for multi-PKL fix. X-Git-Tag: v2.13.56~5 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ba90df334784ba6a0a6b81e70da121c3d67f58a3 Bump libdcp for multi-PKL fix. --- diff --git a/cscript b/cscript index fdcdc11ea..ba3c1eb93 100644 --- a/cscript +++ b/cscript @@ -331,8 +331,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '9eb185c')) - deps.append(('libsub', '04d5701')) + deps.append(('libdcp', '6ff5bc5')) + deps.append(('libsub', 'd4b8b95')) deps.append(('rtaudio-cdist', '739969e')) return deps