Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 15 Jul 2021 12:09:34 +0000 (14:09 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 15 Jul 2021 12:09:34 +0000 (14:09 +0200)
cscript

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