Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Jun 2021 15:02:50 +0000 (17:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Jun 2021 15:02:50 +0000 (17:02 +0200)
cscript

diff --git a/cscript b/cscript
index 1474513b5a00be7c7596efd6826e5d0154b12dda..fc2044f54847a76212a7f821aef517c8d9a36ef4 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'bb09615'), ('libdcp', 'bd4b476'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '97b4901'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory