From: Carl Hetherington Date: Fri, 7 May 2021 16:16:17 +0000 (+0200) Subject: Bump libdcp for centos 7 build fix. X-Git-Tag: v2.15.142~1 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=599d1c3c08ff1c901e1cf9194ba82a1ed0ad6797;p=dcpomatic.git Bump libdcp for centos 7 build fix. --- diff --git a/cscript b/cscript index 4c223a169..a17152d07 100644 --- a/cscript +++ b/cscript @@ -386,8 +386,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '5e1ce36')) - deps.append(('libsub', 'cf5c3db')) + deps.append(('libdcp', 'b68a460')) + deps.append(('libsub', '9c530ee')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we