Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Jan 2022 00:10:29 +0000 (00:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Jan 2022 00:10:29 +0000 (00:10 +0000)
cscript

diff --git a/cscript b/cscript
index 2134a378a47b14f6998fed912c4f42b86ae226f9..cfae38e60561294a3e1bef1863868f37e40fe8e1 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', 'v1.8.5'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'a91bea6'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory