summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 18:47:07 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 18:47:07 +0000
commit005157c20f3b3894337c82e82a1f8b9fa1dc77b9 (patch)
tree4db6ddc2e5e08f1942cccbf22e9c03beac20a056 /cscript
parentba6e581a2680ffcf029ee518ea56457268afbfa1 (diff)
Bump libdcp for daft typo.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 405780ae1..e2975ce50 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '8e663fa'))
+ ('libdcp', 'a7dac85'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()