Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 22:34:20 +0000 (00:34 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 22:34:20 +0000 (00:34 +0200)
cscript

diff --git a/cscript b/cscript
index 1526159d08c2cbe422c01e437882c1ef3b3a292a..222f7946808bf04638277c1b3a4ec0e550e75f7e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46'))
+    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '13a6c81232a3d33772afbf9fdf5d2879f64ff757'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory