summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-15 18:02:05 -0500
committerCarl Hetherington <cth@carlh.net>2014-05-15 18:02:05 -0500
commite9983660dd5076fd074b290678f7e82d63c2debf (patch)
tree7fcc624bdecc5ef0545d5e507e690f4f95687b45 /cscript
parente3b80115077e5c473df008fe2345420a547df1d2 (diff)
Bump libdcp dep for timezone fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index bcbd7bfe7..f2c06779c 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', 'c01716c'))
+ ('libdcp', '979739e'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()