Bump libdcp for crash fix. v1.6.x
authorCarl Hetherington <cth@carlh.net>
Fri, 21 Oct 2022 00:10:49 +0000 (02:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 21 Oct 2022 00:10:49 +0000 (02:10 +0200)
cscript

diff --git a/cscript b/cscript
index e545958c5c3d6827079cc41a9c517123bb22a269..86aea95e215ee5d927c3b98a45a9a847ccb0d796 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.31'))
+    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '9cc11f0e664c71d37481a9849518d06b23461fb7'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory