diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-13 23:12:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-13 23:12:18 +0100 |
| commit | 7acc2f5d8edc157c206012cb83167845ec7d09c7 (patch) | |
| tree | a90d961537bdf08b062e805af2d1aa3852e98ea9 /cscript | |
| parent | 13aae5d8ff27886656ab7ea3ef1194987954bb3f (diff) | |
Improve error messages on failing to load DCP subs.
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', 'aab2fb1', ffmpeg_options), - ('libdcp', 'd927e9b'), + ('libdcp', '937e435'), ('libsub', '3e299e5')) def configure_options(target): |
