summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-08-02 16:21:06 +0100
committerCarl Hetherington <cth@carlh.net>2014-08-02 16:21:06 +0100
commit01176a95c403299ab4e95236a021e43951f48c6b (patch)
treeb7d1b3af2f9656421b773408a5acb41d271bdbee /cscript
parent7c2eabe8ed9c6945c0104e21b74b1e6383ce61eb (diff)
Bump deps for cscript fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 5ea5a4cfd..0c5838ed2 100644
--- a/cscript
+++ b/cscript
@@ -156,8 +156,8 @@ def make_control(debian_version, bits, filename, debug):
print >>f,''
def dependencies(target):
- return (('ffmpeg-cdist', '67dc770'),
- ('libdcp', '009e07f'))
+ return (('ffmpeg-cdist', '7e95caa'),
+ ('libdcp', '7f029e7'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()