Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Feb 2021 21:05:23 +0000 (22:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Feb 2021 21:05:23 +0000 (22:05 +0100)
cscript

diff --git a/cscript b/cscript
index 643a3040be96fbcf904b12e90080982c6363b664..5fe74ba7a11e477e75da86b69390bf2670f24e57 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', 'bed820d'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '9b6997a'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory