summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-10 12:25:45 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-10 12:25:45 +0000
commit6356ea4be14cfc0867afed9e86be90f6fd3a9286 (patch)
tree7a04b09c7cd858f3eaadbbf6cc813cdce8ff0eea /cscript
parent5832c7851a946890f04d6d1c548c23d563249e9f (diff)
Bump libdcp for an openjpeg build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c1af7f68c..1e566f0e9 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', '728e0b6'))
+ ('libdcp', '606ff25'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()