From cedbd6625c1e00a612e58e8403266b43ceef8355 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Jun 2020 19:51:21 +0200 Subject: libdcp for rouault's openjpeg patches. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index b030ac9..b5f4a81 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '4e885dc', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '7cb83d0', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3