Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 May 2021 12:26:13 +0000 (14:26 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 27 May 2021 12:26:13 +0000 (14:26 +0200)
cscript

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