diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-12 02:22:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-12 02:22:02 +0100 |
| commit | 4557d71347d597ddd4a1b5bc04776ffe3c3f3483 (patch) | |
| tree | 705f54b68f12416774d128dd392548f22aab0c96 /cscript | |
| parent | d8e0660d716654c4ac0a1aa5a5ae15e46d4d2883 (diff) | |
Support new libdcp with subtitle direction.
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', '42f74b7'), + ('libdcp', '4b8c626'), ('libsub', 'b9fb00d')) def configure_options(target): |
