diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-12 00:28:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-12 00:28:25 +0000 |
| commit | 4155e64244c9a975a11b491d0a0822fe90abc2f8 (patch) | |
| tree | 35c9c32d25d07b4c3e5c1eae42675d7a552cfee9 /cscript | |
| parent | 80400212e939dc2f3b987cb6df57709929aa5178 (diff) | |
Basic SSA support (#128).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ def dependencies(target): return (('ffmpeg-cdist', '96d67de', ffmpeg_options), ('libdcp', '4e38f82'), - ('libsub', '4e4e5f7')) + ('libsub', 'd79b29f')) def configure_options(target): opt = '' |
