summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 11:47:40 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 11:47:40 +0000
commitbb4a0926cdaaba06285e152ca05faae413267f05 (patch)
treed2cf0149be1afbfb6eccec286d0c00f17a8ab3be
parent00caaa37c08ca16fb6d8a84a57f5434355a1d586 (diff)
Bump libdcp version.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9d45aa96a..e4f9859b9 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', '6b8fdf76aa221f037140bbf0ee1aa835df60778f'))
+ ('libdcp', '2ee05f7ecc1847f1840610090ef3c093cf4a6554'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()