Bump libdcp requirement to match dcpomatic.
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Jan 2017 19:23:42 +0000 (19:23 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Jan 2017 19:23:42 +0000 (19:23 +0000)
cscript

diff --git a/cscript b/cscript
index d7697923461917e177f2715c6777d37857c61261..5dab60d3a2eeed201126246699c8d348a4e05c15 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '1.0'))
+    return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '839bc2d'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory