Bump libdcp for verification fixes.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:25:48 +0000 (01:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:25:48 +0000 (01:25 +0200)
cscript

diff --git a/cscript b/cscript
index 04288da770163ab1e61f7ec4c86b6f199952a242..7f61ae09164ded4501d883d0e497a72c17d3d7c7 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', '9bc5ced'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'b3cb9c0'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory