From 4bc0e7ea982f54d065b8b491413cbf98b9c8ce14 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 23 Sep 2020 12:22:22 +0200 Subject: Bump libdcp. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 47f1e28..f16d173 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', 'b301ef7', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'e40f5c5', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3