From b6377aeceb666a9e6895ef19dc200cdcbe282f18 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Oct 2020 11:26:45 +0200 Subject: Bump libdcp. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 5bdbb9f..e616f72 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '9d1c856', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', 'b4e1d9f', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3