From: Carl Hetherington Date: Thu, 3 Nov 2022 08:32:32 +0000 (+0100) Subject: Bump libdcp for Z position fix. X-Git-Tag: v1.6.36 X-Git-Url: https://main.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=7996d08033ad274770639f4951b40263ded40e86 Bump libdcp for Z position fix. --- diff --git a/cscript b/cscript index dedc7bb..2010462 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.32')) + return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.33')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory