diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:59:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-14 23:59:43 +0100 |
| commit | a46dc9818f2d244023fbc0a8362db7203ff610ce (patch) | |
| tree | 6a75bb2f13c4a7fd4093af94c6daabc0bb236b1b /cscript | |
| parent | aa0d6076650e40a390051d426b25c5b373fe0785 (diff) | |
Support subtitles in imported DCPs. Bump libdcp to get support
for importing encrypted subtitles.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -237,7 +237,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '563dbf0'), + ('libdcp', '846bb29'), ('libsub', '067c21c')) def configure_options(target): |
