From: Carl Hetherington Date: Mon, 12 Apr 2021 20:18:27 +0000 (+0200) Subject: Bump libdcp. X-Git-Tag: v1.6.0~17 X-Git-Url: https://main.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=e88528de7cc12a913e3e376470ae333ee89241f8 Bump libdcp. --- diff --git a/cscript b/cscript index 9b4d018..5ba5692 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - return (('asdcplib', 'bb09615'), ('libdcp', 'c59e6c0')) + return (('asdcplib', 'bb09615'), ('libdcp', 'ee23803')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory