Bump libdcp for rec2020 fix. rec2020
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2022 22:22:49 +0000 (00:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2022 22:22:49 +0000 (00:22 +0200)
cscript

diff --git a/cscript b/cscript
index 6a217e3834d1ab00101cebac16b01087606a75ec..34e56db27c5020e34f83825e9baf485b635cbf86 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.30'))
+    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', '7d4aa870201d1b4384b79148df9647274140a00d'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory