diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-19 20:05:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-19 20:05:21 +0100 |
| commit | 13de5907ab95660ce81bcc5aa0f40a7852ee28a3 (patch) | |
| tree | 4a3f17d6d654561869c6f8ca0fdba450fd21180d /cscript | |
| parent | 5a36b9ab5306bf19bcdf6c5e68556937633159b2 (diff) | |
Missing files in Windows XP ffmpeg.
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', '65c6d93', ffmpeg_options)] + deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] else: deps = [('ffmpeg-cdist', '27f25fb', ffmpeg_options)] |
