Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Mar 2021 23:18:50 +0000 (00:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Mar 2021 23:18:50 +0000 (00:18 +0100)
cscript

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