diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-04 00:17:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-04 00:17:12 +0100 |
| commit | 4f1751a9e43e515be773ee3871150f7beca325f5 (patch) | |
| tree | 4b8c0c982c647bf5a5e8f82a052e8e48a103f337 /cscript | |
| parent | 7affca9f7b210c3137eb084cd393b534051a2647 (diff) | |
Fix horizontal positioning with .srt / burn-in (#488).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ def make_spec(filename, version, target): def dependencies(target): return (('ffmpeg-cdist', '0492ad2'), - ('libdcp', '47b52fb'), + ('libdcp', '81fc376'), ('libsub', 'f66b11f')) def configure_options(target): |
