diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-28 11:07:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-28 11:07:44 +0000 |
| commit | 141a6bf11a99a1733cd51642cf9053abb1afa6f4 (patch) | |
| tree | 91f25a9aba415c184477fef0a7c3e80c5786f399 /cscript | |
| parent | c7ac7f0feb78024ead714b617f3aee262cea9e05 (diff) | |
Fix Windows XP build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ def dependencies(target): ffmpeg_options = {} if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] + deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] elif target.platform != 'linux' or target.distro != 'arch': deps = [('ffmpeg-cdist', 'c1224ee', ffmpeg_options)] else: |
