diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 22:54:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 22:54:17 +0100 |
| commit | 7affca9f7b210c3137eb084cd393b534051a2647 (patch) | |
| tree | a7258aaf447a83680ca459fcc856be4352c6f2d6 /cscript | |
| parent | 635e9a1f0de1a7a8ec573e04391ccc83ee457d72 (diff) | |
Various fixes to allow independent x and y scaling of text subs (#489).
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', '484a900'), + ('libdcp', '47b52fb'), ('libsub', 'f66b11f')) def configure_options(target): |
