From: Carl Hetherington Date: Sun, 24 Sep 2023 11:42:05 +0000 (+0200) Subject: FIXME: bump libdcp for things that grok needs. X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8d48c8f460165d18400f38e3b47b52648dd85dac;hp=15805cfad576d638a00c36e5c64b5625a2e6d189;p=dcpomatic.git FIXME: bump libdcp for things that grok needs. --- diff --git a/cscript b/cscript index ad68da6e7..6f95adde4 100644 --- a/cscript +++ b/cscript @@ -508,7 +508,7 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.85')) + deps.append(('libdcp', 'ea431bd5d2d3a7b6a7161217994298e78df8b8f8')) deps.append(('libsub', 'v1.6.44')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76'))