From: Carl Hetherington Date: Wed, 20 Jan 2021 22:42:12 +0000 (+0100) Subject: Bump libdcp. X-Git-Tag: v1.6.0~43^2~1 X-Git-Url: https://main.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=5b0e2db86eb8ebf1a529df55aa962dec0d5babed Bump libdcp. --- diff --git a/cscript b/cscript index 3ba027c..eefb2f7 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', 'b221efe') + libdcp = ('libdcp', '6c3db78') return (('asdcplib', 'carl'), libdcp) def build(target, options):