Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2020 09:30:45 +0000 (10:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 2 Dec 2020 09:30:45 +0000 (10:30 +0100)
cscript

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