Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sat, 26 Sep 2020 09:22:06 +0000 (11:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Sep 2020 09:22:06 +0000 (11:22 +0200)
cscript

diff --git a/cscript b/cscript
index 26fbe51cc3339a3b7fb585ae32bb56a0abcc935a..0c93ed25d92bc2677715c7f7cc0db922f8cd82bf 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '25526a5', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', '41d9b6a', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)