From: Carl Hetherington Date: Fri, 7 May 2021 16:22:07 +0000 (+0200) Subject: Bump libdcp. X-Git-Tag: v1.6.0~11 X-Git-Url: https://main.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=55ebde1e4827571e4316c57d939000b575811c27 Bump libdcp. --- diff --git a/cscript b/cscript index 51ee347..46ed876 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'b68a460')) + return (('asdcplib', 'bb09615'), ('libdcp', '6384002')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory