summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-10 10:19:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-10 10:19:10 +0100
commit6edda74d1b2a0ae0a92d8ff7676109b5acedf4cc (patch)
tree494d07e4af1b65172954f9875b097acd4e8e29ef /cscript
parent872932d25649c3b8f67e1ce786528d8b0f47feae (diff)
Bump libdcp to get fix for incorrect signature digests.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index cad0f9401..c1afbabf8 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', 'f45c39be13bae47936d8b87be45df55741b5bb9c'))
+ ('libdcp', '9394dad74a8439f8230eb6aa21b639f3e10cbb2a'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()