Fix libdcp version.
authorCarl Hetherington <cth@carlh.net>
Fri, 18 Jan 2019 09:59:51 +0000 (09:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 18 Jan 2019 09:59:51 +0000 (09:59 +0000)
cscript

diff --git a/cscript b/cscript
index d3a0cea511dd1b9712e955b70b1fa0cc409da266..af2abecbec981c23b270f7728d799cce3f9b1c7b 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', 'a2feb49'))
+    return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '4676616'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory