summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 18:19:41 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 18:19:41 +0000
commitf333208275533de55e6661b9cfbcc2a887d370ce (patch)
tree5a2b4f947700e25f1c09aa7d771cd000e85ac752 /cscript
parenta85c0e14526da2f5cb5799ad0fa32c0c8cf74da2 (diff)
Bump libdcp version in cscript.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index ee55742a1..125a4d34c 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', 'v0.83'))
+ ('libdcp', 'f38137b21051ce770bbb4d829ae9d6229e97508f'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()