Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 21:05:47 +0000 (23:05 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 21:05:47 +0000 (23:05 +0200)
cscript

diff --git a/cscript b/cscript
index 0e16b3c65f0d54ae295210dba92951707a56191b..1110c2c450fea1a66dd2a03af11358dafa25cca5 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
+    return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'f031667bd2769d3daf9c49115f21a099fafcee46'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory