From 43d78dbee2c714e8ee2f2003ae1fb27f2edbef38 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 7 Jun 2020 20:39:59 +0200 Subject: AVX2 in openjpeg. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index b5f4a81..ee096e8 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '7cb83d0', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '1f1409e', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3