diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-05 01:30:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-05 01:30:20 +0100 |
| commit | c15274495f5a4dc9806b01d4abefee698044ae49 (patch) | |
| tree | ee4c770350b3bf441a972d72b799fdc44954835c /cscript | |
| parent | e1824c96a4210e040e4f53651bb035096ad94783 (diff) | |
Support bold in DCP subtitles.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'f2952f3', ffmpeg_options), - ('libdcp', 'bc70899'), + ('libdcp', '42f74b7'), ('libsub', 'b9fb00d')) def configure_options(target): |
