From 44532cd5f87df3ef10bbbd6b987492e36e4a0eb6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Sep 2020 23:19:19 +0200 Subject: Remove support for Windows XP. --- cscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index 6eec02cc0..241a9580a 100644 --- a/cscript +++ b/cscript @@ -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 -- cgit v1.2.3