summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-09 11:32:49 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-09 11:32:49 +0000
commit5fb50255aae4385f0443cd734e5dcdef270acc12 (patch)
tree9f8e93abd10ea05b71398a631c02b24c477855c4 /cscript
parent61db7cbb5e384eaa0560c3cda05e6a7850355ed3 (diff)
Firm libdcp/libsub versions.
Diffstat (limited to 'cscript')
-rw-r--r--cscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/cscript b/cscript
index 12c3e4579..298eda314 100644
--- a/cscript
+++ b/cscript
@@ -279,8 +279,8 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options),
- ('libdcp', '1.0'),
- ('libsub', '1.0'))
+ ('libdcp', 'c4db5b5'),
+ ('libsub', 'bcb2263'))
def configure_options(target):
opt = ''