Bump libdcp for content kind changes. content-kind
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Sep 2022 12:48:17 +0000 (14:48 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Sep 2022 12:48:17 +0000 (14:48 +0200)
cscript

diff --git a/cscript b/cscript
index 5f48e0556eae6d0cc48471e1ee3ba9295f3947d2..58d2bf8a169154304e9a0d45ec97c44bdb7c2b35 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.25'))
+    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', '1d13ce8be4df51e85b7222a7c9d357366c841a89'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory