From: Carl Hetherington Date: Thu, 22 Dec 2022 23:03:44 +0000 (+0100) Subject: Bump libdcp for fixes to #2391 and #2394. X-Git-Tag: v2.16.37 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=1437d38a988cffa5d56d1660e6525fde0f0406cb Bump libdcp for fixes to #2391 and #2394. --- diff --git a/cscript b/cscript index 9ebf25152..bc1985d36 100644 --- a/cscript +++ b/cscript @@ -453,7 +453,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.47')) + deps.append(('libdcp', 'v1.8.48')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76'))