Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Sun, 8 May 2022 22:41:43 +0000 (00:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 8 May 2022 22:41:43 +0000 (00:41 +0200)
cscript

diff --git a/cscript b/cscript
index 222f7946808bf04638277c1b3a4ec0e550e75f7e..1196c8cd0643318a9e3bf1425af5e4807939b808 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', '13a6c81232a3d33772afbf9fdf5d2879f64ff757'))
+    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '6de2bb3751b449abf06d44e4dda5e41b66df3f62'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory