Fix excessive pathname in job name.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index a65a92702d3ab6aabb5a7d839964e11fe5ff2d83..002b3011c5edd236650df89fb2f295447a576790 100644 (file)
--- a/cscript
+++ b/cscript
@@ -6,9 +6,8 @@ def dependencies(target):
     if target.platform == 'windows':
         return ()
     else:
-       # XXX: should be some versions in here
         return (('ffmpeg-cdist', 'e797834288eaf05a2f406524ae04aaa0f114cb08'),
-                ('libdcp', 'v0.54'))
+                ('libdcp', 'v0.69'))
 
 def build(target):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()