summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 15:06:15 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 15:06:15 +0000
commit4983b57d7ccba4ea0b393cf3a40043c1ed5c6b77 (patch)
tree485144028325765093e2268d779ea23eb42eaa38 /cscript
parent95faa6568854b5f861db07e9b8697169aaceec3c (diff)
Basic dialog reporting of manual update checks.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b164bc422..0d6336b22 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', 'cc8c14b765038405e75d7436cf0da3d56b61063b'))
+ ('libdcp', '3a148fab61d2b23379589a4f0f256c21950742b8'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()