Rename shared_path -> resources_path.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 6eec02cc03aa49d072c20b44b897adb4ed773bb5..241a9580ac97ee20ec05cb6503e9ed1a7a5d0a25 100644 (file)
--- 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