summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 13:53:28 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 13:53:28 +0000
commit95faa6568854b5f861db07e9b8697169aaceec3c (patch)
tree18c047f5ebd4d937c3f630f88fe814759158dd3d /cscript
parentd867b45c8de7400c977d7d1f188936ba3399432e (diff)
Add unfinished check-for-updates. Bump ffmpeg to get windows build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 36cddc79e..b164bc422 100644
--- a/cscript
+++ b/cscript
@@ -114,8 +114,8 @@ def make_control(version, bits, filename):
print >>f,' digital projectors.'
def dependencies(target):
- return (('ffmpeg-cdist', 'a629ea68a20d990b4e61c16067e91563d8d08f50'),
- ('libdcp', 'v0.92'))
+ return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
+ ('libdcp', 'cc8c14b765038405e75d7436cf0da3d56b61063b'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()