Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Sep 2020 20:16:07 +0000 (22:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Sep 2020 20:16:07 +0000 (22:16 +0200)
cscript

diff --git a/cscript b/cscript
index acf846601c0a57aeae8810ebeb84e445c698861a..47f1e28df3fc62ed923c91eff3184730737f5149 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    libdcp =  ('libdcp', '40f6f7d', { 'force-cpp11': options['force-cpp11'] })
+    libdcp =  ('libdcp', 'b301ef7', { 'force-cpp11': options['force-cpp11'] })
     libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] })
     return (('asdcplib', 'carl'), libcxml, libdcp)