Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 12:34:42 +0000 (14:34 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Apr 2021 12:34:42 +0000 (14:34 +0200)
cscript

diff --git a/cscript b/cscript
index e516a0c536666a6888a9bded0406036d10e948b9..fb88e76e35626257887bbc3b548ebf6699529446 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', 'f536156'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'ed20305'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory