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

diff --git a/cscript b/cscript
index 51ee3477b54e526ccd54e9bcb33c6a86fa4c8006..46ed8768b229c60cd66f5c581ce82fbb632e0905 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', 'b68a460'))
+    return (('asdcplib', 'bb09615'), ('libdcp', '6384002'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory