Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Jun 2021 18:02:04 +0000 (20:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Jun 2021 18:02:04 +0000 (20:02 +0200)
cscript

diff --git a/cscript b/cscript
index f21e8fea52844b395eb8c646fb290f518fc23e3f..1474513b5a00be7c7596efd6826e5d0154b12dda 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', '50346ba'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'bd4b476'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory