summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-23 00:17:48 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-23 00:17:48 +0000
commitecb323d696da4c0a1d3bf9507ef76f20bcae625d (patch)
treeda9c0f0849cbbb3a6b2336a87d71ae02c91c992e /cscript
parent5138e2b72f5b8a17588ca717f40c00a747bc6928 (diff)
Bump libdcp version in cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index e2a55fd56..c329ea84f 100644
--- a/cscript
+++ b/cscript
@@ -115,7 +115,7 @@ def make_control(version, bits, filename):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', '120bc84676be775e49a2ac94689ff33dce814f53'))
+ ('libdcp', '054cc86'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()