summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-18 10:45:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-18 10:45:50 +0100
commit5ddc22256f7d60deec2be12898d93e745b629458 (patch)
tree9f024aa31578f7c7249d7e24ed091523fa3988b1 /cscript
parente2d8c41a0f78562ef33251c5506278008f721f33 (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 b899f7fba..b9d3306f3 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', 'b1219246a0cce9a4b916669d506bb33c925225c3'),
- ('libdcp', '573d38b0d1122597a73be47401e8b908429b9fe4'))
+ ('libdcp', '58645afe4a843e69ff1c72ffbd772746d8edbef1'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()