Bump libdcp for Z position fix. v1.6.36
authorCarl Hetherington <cth@carlh.net>
Thu, 3 Nov 2022 08:32:32 +0000 (09:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 3 Nov 2022 08:32:32 +0000 (09:32 +0100)
cscript

diff --git a/cscript b/cscript
index dedc7bb57878c77007686fbfe14b4393137c5c6c..2010462d385f8cf76e7f9bcaa0fc6e16b56c883c 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.32'))
+    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.33'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory