From: Carl Hetherington Date: Wed, 14 Apr 2021 14:50:21 +0000 (+0200) Subject: Bump libdcp for missing header install. X-Git-Tag: v2.15.140 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=3ac44bf37777784de558219468a10ad1c0611f81 Bump libdcp for missing header install. --- diff --git a/cscript b/cscript index c10e819dd..7dba91447 100644 --- a/cscript +++ b/cscript @@ -385,8 +385,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', '098007a')) - deps.append(('libsub', '8ab963a')) + deps.append(('libdcp', '2d6b31b')) + deps.append(('libsub', '63cddea')) deps.append(('leqm-nrt', '131f971')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we