diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:39:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:39:34 +0000 |
| commit | 29623e179bfcb9c1e0dc7b2cb74dc9898953e4b6 (patch) | |
| tree | ca1b6c8ab75b72346ca0e30cd74389e9137420f0 /cscript | |
| parent | 8e565d76b612f010891ee0cfc830caf88c1a8561 (diff) | |
Fix forced-appearance for subs from DCPs (#1162).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -290,8 +290,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '5fce90f', ffmpeg_options), - ('libdcp', '4bdc3a8'), - ('libsub', '3b9dd0a'), + ('libdcp', '1daf081'), + ('libsub', '567a711'), ('rtaudio-cdist', None)) def configure_options(target): |
