summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-19 18:15:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-19 18:15:09 +0100
commit3e024b3bf7b1814776284a87c519e9ca6a0b6bae (patch)
tree2886c0d7c5a694442b4507d772efb120f048c415 /cscript
parent11325f810e214935e4115248223c186a6e4cc184 (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index b9d3306f3..750fd758d 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '58645afe4a843e69ff1c72ffbd772746d8edbef1'))
+ ('libdcp', 'ef26e37fce728cba6fb50e9e6743a012b1bbbf64'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()