From c7e7bf3a7c667f7a803a27442932c19cf93ffeb8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 22 Nov 2020 23:35:18 +0100 Subject: [PATCH] Bump libdcp. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 0b7a1a5..9941b49 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', 'b636c3e', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'e78b38b', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- 2.30.2