Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Dec 2020 22:28:14 +0000 (23:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Dec 2020 22:28:14 +0000 (23:28 +0100)
cscript

diff --git a/cscript b/cscript
index 871468e61278580e004f6bac9f5a607cf8838453..367bebe57434f07d8846fd38c4d18d963a2c9981 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '2b522d0', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', 'c6665c1', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)