summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-14 11:41:50 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-14 11:41:50 +0100
commit1eae64b992a0a753d2463cac386cb5cd3597cd30 (patch)
tree193d0a05c050be1e932e81db8f8f22e0b9934c5d /cscript
parentb43726102d7417b4ada23696c31bf6e2b29b551f (diff)
Bump libdcp to get <Hash> tags in CPLs.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9d1605b2f..af2b749ca 100644
--- a/cscript
+++ b/cscript
@@ -157,7 +157,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '67dc770'),
- ('libdcp', 'v0.96.0'))
+ ('libdcp', '563c7fd'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()