summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 16:48:44 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 16:48:44 +0000
commita85c0e14526da2f5cb5799ad0fa32c0c8cf74da2 (patch)
treec81e6ec38566d3a295b2aa88c9dd5dab4ac83fb5 /cscript
parent6e5430f1e502fafac207f37e960ffcb92452140f (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 875b590d1..ee55742a1 100644
--- a/cscript
+++ b/cscript
@@ -4,7 +4,7 @@ import os
def dependencies(target):
return (('ffmpeg-cdist', '0b7ef017aca8b572914518c759db1e234d8fc505'),
- ('libdcp', '658695856029c7ae80e3556d07a1a5cb1b51cf1d'))
+ ('libdcp', 'v0.83'))
def build(target):
cmd = './waf configure --prefix=%s' % target.work_dir_cscript()