Bump libdcp for openjpeg Windows ccache fixes.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 08:51:42 +0000 (10:51 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 11 Jun 2020 08:51:42 +0000 (10:51 +0200)
cscript

diff --git a/cscript b/cscript
index b030ac9b9f2f4c5be61b1720ce7add1815d7499d..c9172581d02ff7b3eb32f81413307850d8fd4614 100644 (file)
--- 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', '1055451', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', '2b8b650', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)