summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-12 00:28:25 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-12 00:28:25 +0000
commit4155e64244c9a975a11b491d0a0822fe90abc2f8 (patch)
tree35c9c32d25d07b4c3e5c1eae42675d7a552cfee9 /cscript
parent80400212e939dc2f3b987cb6df57709929aa5178 (diff)
Basic SSA support (#128).
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 0d54fb467..b9b683f04 100644
--- a/cscript
+++ b/cscript
@@ -281,7 +281,7 @@ def dependencies(target):
return (('ffmpeg-cdist', '96d67de', ffmpeg_options),
('libdcp', '4e38f82'),
- ('libsub', '4e4e5f7'))
+ ('libsub', 'd79b29f'))
def configure_options(target):
opt = ''