summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-11 09:14:32 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-11 09:14:32 +0000
commit759789f8bffe9889c1afd1433fcc6c92e38ed475 (patch)
tree3d7beb7fa2f7fa7349cdb591107283993fdfe9d8 /cscript
parent3f17f4cae769aff8910afb2bcd21d69ba970de1c (diff)
Bump libdcp for a OS X 10.5 build fix.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ee34833f5..988072ecf 100644
--- a/cscript
+++ b/cscript
@@ -130,7 +130,7 @@ def make_control(debian_version, bits, filename, debug):
def dependencies(target):
return (('ffmpeg-cdist', '08827fa4e1d483511e6135c424d2ca9c56a9ed50'),
- ('libdcp', '228c3f4'))
+ ('libdcp', '57d6bed'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()