summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-18 23:01:00 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-18 23:01:00 +0000
commitcf8ee1c121a847865e1144ba179d9fa57c9f12a6 (patch)
treee7dc25900bf91f5f64625fd81fc9dd31e5e270aa /cscript
parentc116d1ba8656a157f6d81a3d10cd0ac86968554f (diff)
Bump libdcp for build failures in openjpeg.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ef9294f9a..e75790e9e 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '5ac3a6af077c10f07c31954c372a8f29e4e18e2a'),
- ('libdcp', 'f74c462'))
+ ('libdcp', '5839998'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()