From: Carl Hetherington Date: Fri, 30 Dec 2022 17:45:16 +0000 (+0100) Subject: Bump libdcp to fix an error in the player (#2401). X-Git-Tag: v2.16.38 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2dd3414e44538327c111d1ad4e6a3db6baa43bbf Bump libdcp to fix an error in the player (#2401). --- diff --git a/cscript b/cscript index bc1985d36..0127aa423 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.48')) + deps.append(('libdcp', 'v1.8.49')) deps.append(('libsub', 'v1.6.42')) deps.append(('leqm-nrt', '93ae9e6')) deps.append(('rtaudio', 'f619b76'))