summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-26 23:25:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-26 23:25:33 +0100
commite208eb52ee78b148165565649d34518d1331bbb9 (patch)
tree460f788cfea81c410d62b945641b901f237c4042 /cscript
parent056de100ef9f7d5cc7933b020fa7839816d61958 (diff)
Bump libdcp version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 750fd758d..eeef2a65a 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', 'ef26e37fce728cba6fb50e9e6743a012b1bbbf64'))
+ ('libdcp', '85fffccfceaef5652452eb60bef98b0c49a898c6'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()