Bump libdcp.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 16:16:01 +0000 (18:16 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 May 2021 16:16:01 +0000 (18:16 +0200)
cscript

diff --git a/cscript b/cscript
index c34d229d872462ccbd18f4464cf8437f55a00233..51ee3477b54e526ccd54e9bcb33c6a86fa4c8006 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'bb09615'), ('libdcp', '5e1ce36'))
+    return (('asdcplib', 'bb09615'), ('libdcp', 'b68a460'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory