summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 19:08:06 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 19:08:06 +0000
commit6deab916855c1cab079817bf4ecc6824a067bb4d (patch)
tree8384b39a1bda97835882c49463a9f5c46a2d1d9d /cscript
parentddb66437383352d6a52bb36ef366f942c3155901 (diff)
Fix linux build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 13e5599ae..ef9294f9a 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', 'f221b1c'))
+ ('libdcp', 'f74c462'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()