summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-15 15:25:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-15 15:25:15 +0100
commit708dacb8247c73c02b6192464325738203ca001a (patch)
tree57aea8cd7b5d4e94f749f228745fc1640b1efe4d /cscript
parentd7adece6d33d86c12a54c3e8f9e65f3bc501e4d7 (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 059ba44e3..b899f7fba 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', 'c7f48dfbf82e5233bc8cfc79c5ed057c41d7ba15'))
+ ('libdcp', '573d38b0d1122597a73be47401e8b908429b9fe4'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()