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

diff --git a/cscript b/cscript
index 3e0adc94422cc4bf9528e5b082fbdb897e0a8e1d..42483f351523dabbd22fa81fc04f0a45aac896b0 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', '4078aaa'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '0c55c9b'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory