Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Jun 2021 20:29:58 +0000 (22:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 4 Jun 2021 20:29:58 +0000 (22:29 +0200)
cscript

diff --git a/cscript b/cscript
index 60df8b7d05f17a5e3ca9c0c1437063a50e4e09f8..05bfe2e015b265e0801049d3ab1ac20fce86a50a 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', '42feb7f'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'a5bd2e9'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory