Bump asdcplib for more logging.
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2022 22:35:05 +0000 (00:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Jun 2022 22:59:53 +0000 (00:59 +0200)
cscript

diff --git a/cscript b/cscript
index 49fd774f5ebae8e355b7345b05cacc68010750df..d5d2cb57fd633c3650245a3c8b8a485b70f97248 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'v1.8.20'))
+    return (('asdcplib', '42342ba044b9fe8c49c30048b4b1d61278ebd06f'), ('libdcp', '6d41f92865234df02d42df26afab667e0b132244'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory