summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-06 00:21:26 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-06 00:21:26 +0100
commit567f3b7fc7f42fb81355994745b4ba5d1f7d59bc (patch)
treeae2f3621e03730829388e6ad98b4c9d3db427105 /cscript
parente26396bf15a99a8dc9b17acf7756d7443cc56399 (diff)
libdcp version bump.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 6d7484ce4..d5fe846e7 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', '8f60a48995ae837c6e2f0f207b378e52f394e34a'),
- ('libdcp', 'v0.70'))
+ ('libdcp', '6b3a021409b55e0b5988a0bb993020f6c0e66276'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()