From: Carl Hetherington Date: Thu, 21 Apr 2022 23:06:54 +0000 (+0200) Subject: Bump libdcp for warning fix. X-Git-Tag: v2.16.10~47 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=16cc701222f2ef8ccbf7d0a6d183830ae49bbd92 Bump libdcp for warning fix. --- diff --git a/cscript b/cscript index 9fe44e228..8c2a92b79 100644 --- a/cscript +++ b/cscript @@ -424,8 +424,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.14')) - deps.append(('libsub', 'v1.6.15')) + deps.append(('libdcp', 'v1.8.15')) + deps.append(('libsub', 'v1.6.16')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we