summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-12 01:01:20 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-12 01:01:20 +0100
commit37bcae702224fd17cbf3adb9964847cad04048de (patch)
tree4c8169bb011e6abd19f42f6abec53b01bc46e686 /cscript
parentd50bc4c21be3e0766916b47a6e688cf896bed059 (diff)
Bump libdcp in cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 5b2aebbbb..ae216d6f4 100644
--- a/cscript
+++ b/cscript
@@ -144,7 +144,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', 'bba68a5'),
- ('libdcp', '8af7b48'))
+ ('libdcp', '110dc70'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()