Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Mar 2021 19:18:51 +0000 (20:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Mar 2021 19:18:51 +0000 (20:18 +0100)
cscript

diff --git a/cscript b/cscript
index 93a22f1fc8f1b46131afdaa6c07dd4956e313026..0b40e67c6039a39ef5875bb8d1fa9fdebb13e24d 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', '546094a'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'b7c316b'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory