Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Jun 2021 23:45:04 +0000 (01:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Jun 2021 23:45:04 +0000 (01:45 +0200)
cscript

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