summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-15 20:21:26 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-15 20:21:26 +0100
commitdc372ead4a3250e1725a7bb7bd06703363b5a1b3 (patch)
treeae819f622aad19a1e94245afcf1cd1de1ea6be10 /cscript
parenteaa685e25b2243fbeb0b38549afe5ed7f28472b4 (diff)
Fix cscript libdcp dep.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index aa622e27f..41e3e9a29 100644
--- a/cscript
+++ b/cscript
@@ -262,7 +262,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options),
- ('libdcp', '4b8c626'),
+ ('libdcp', 'v1.3.2'),
('libsub', 'b9fb00d'))
def configure_options(target):