diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-22 16:19:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-22 16:19:18 +0000 |
| commit | be8675cc978fbd52817943e88ea40b81f8a4c9c4 (patch) | |
| tree | dc9c8d82518affac00ece539fdd18c04b11f9bda /cscript | |
| parent | f7ebd3343016172142e254ea014967f193e9861d (diff) | |
Check for patched version of FFmpeg before using extra functions (#773).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ def dependencies(target): else: ffmpeg_options = {} - return (('ffmpeg-cdist', '0e31e4b', ffmpeg_options), + return (('ffmpeg-cdist', 'b559555', ffmpeg_options), ('libdcp', 'fb03c08'), ('libsub', 'f368daf')) |
