From: Carl Hetherington Date: Tue, 11 Oct 2022 22:46:59 +0000 (+0200) Subject: Bump libdcp for encrypted 3D verification crash fix. X-Git-Tag: v1.6.34 X-Git-Url: https://git.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=cdf85360c59305ad6a8b43193e20fdf6b0bb1eab Bump libdcp for encrypted 3D verification crash fix. --- diff --git a/cscript b/cscript index 6a217e3..e545958 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.30')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory