From ee5d2c8c1d4e79fdb470687b020a5acb234e9024 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Jan 2021 23:31:47 +0100 Subject: [PATCH] Bump libdcp. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2