diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 20:00:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 20:00:30 +0100 |
| commit | 5a36b9ab5306bf19bcdf6c5e68556937633159b2 (patch) | |
| tree | 36e1e26875b636661d366cf8f8466331f54b3045 /cscript | |
| parent | ffbf2291d5c8d8e3a8e1fa98b029d66ddebcad31 (diff) | |
Typo.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ def dependencies(target): ffmpeg_options = {} if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', '65c6d9e', ffmpeg_options)] + deps = [('ffmpeg-cdist', '65c6d93', ffmpeg_options)] else: deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] |
