Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Mon, 5 Apr 2021 22:40:07 +0000 (00:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Apr 2021 22:40:07 +0000 (00:40 +0200)
cscript

diff --git a/cscript b/cscript
index 7878eac7c6ae3fd84a26ae754f7dffa2b66c89b6..e516a0c536666a6888a9bded0406036d10e948b9 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', '127b57a'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'f536156'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory