Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sun, 21 Mar 2021 22:02:31 +0000 (23:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 21 Mar 2021 22:02:31 +0000 (23:02 +0100)
cscript

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