summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-06 11:44:49 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-06 11:44:49 +0100
commite12d8d46c11cdec8e7d7f9d2a0a31a32a3606473 (patch)
tree17d8531c461b98446fef7fd1bfc84956db531d26 /cscript
parent3bbd58efeb6264a665f58767f18c91ba976c35d6 (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 4d5b4bf1a..4004cbdc3 100644
--- a/cscript
+++ b/cscript
@@ -7,7 +7,7 @@ def dependencies(target):
return ()
else:
return (('ffmpeg-cdist', '0d76267f36cbf01acd6a2a96ad2f7497a1843862'),
- ('libdcp', '6b3a021409b55e0b5988a0bb993020f6c0e66276'))
+ ('libdcp', 'ee5e932cf0afa1ce24ea5eb0f298be8009cd9689'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()