From: Carl Hetherington Date: Mon, 16 Nov 2020 11:01:47 +0000 (+0100) Subject: Bump libdcp with debugging messages. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f9e654b05315cf15b3e2db43b32338b0fb6b1832;p=dcpomatic.git Bump libdcp with debugging messages. --- diff --git a/cscript b/cscript index 14b5aac41..a9f0eb2fa 100644 --- a/cscript +++ b/cscript @@ -325,8 +325,8 @@ def dependencies(target): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.6.16')) - deps.append(('libsub', 'v1.4.23')) + deps.append(('libdcp', 'v1.6.x-laszlo')) + deps.append(('libsub', 'v1.4.x-laszlo')) deps.append(('rtaudio-cdist', 'bf0fc23')) return deps