From 64eb1161584a9813591cf958fbc2fa0208d58ce8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Dec 2020 23:28:14 +0100 Subject: Bump libdcp. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 871468e..367bebe 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '2b522d0', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'c6665c1', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3