summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-11 10:56:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-11 10:56:19 +0100
commitda246e45e83cb2fa02c7c051315f792b919c8712 (patch)
tree359771a530672c820540a189b3778534d796165c /cscript
parent31ee8e22494495c2fa23bcb8d2601c12efe3dfd6 (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 c1afbabf8..99cf08bb9 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '9394dad74a8439f8230eb6aa21b639f3e10cbb2a'))
+ ('libdcp', '6c736757edebb8ee4c84284403b95dcf5cb59ece'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()