From: Carl Hetherington Date: Mon, 4 Jan 2021 22:31:47 +0000 (+0100) Subject: Bump libdcp. X-Git-Tag: v1.6.0~50 X-Git-Url: https://main.carlh.net/gitweb/?p=libsub.git;a=commitdiff_plain;h=ee5d2c8c1d4e79fdb470687b020a5acb234e9024 Bump libdcp. --- diff --git a/cscript b/cscript index a420b98..64eb4e9 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '0f1034f') + libdcp = ('libdcp', 'd39880e') libcxml = ('libcxml', 'c336f86') return (('asdcplib', 'carl'), libcxml, libdcp)