diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-12 23:19:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-12 23:19:19 +0200 |
| commit | 44532cd5f87df3ef10bbbd6b987492e36e4a0eb6 (patch) | |
| tree | df6553ed389fdfcd2e13ed9bc94f86709a72f011 /cscript | |
| parent | 2e6f03cbb2c5664bd338ad28bfd6c54732e64b47 (diff) | |
Remove support for Windows XP.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -362,9 +362,7 @@ def dependencies(target, options): else: ffmpeg_options = {} - if target.platform == 'windows' and target.version == 'xp': - deps = [('ffmpeg-cdist', '5783efa', ffmpeg_options)] - elif target.platform != 'linux' or target.distro != 'arch': + if target.platform != 'linux' or target.distro != 'arch': deps = [('ffmpeg-cdist', 'd798b45', ffmpeg_options)] else: # Use distro-provided FFmpeg on Arch |
