aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/FFMpeg
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-14 14:36:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-02-14 14:36:40 -0500
commit10cfb3c43c06e39b61929fea1d398801e555274b (patch)
tree2930fc28602278330bd58cdc87c5c6961af6492d /MediaBrowser.Server.Startup.Common/FFMpeg
parentcfa2e5ed1de32f6f786afd036e7a13ed04c8f009 (diff)
sync updates
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/FFMpeg')
-rw-r--r--MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs11
1 files changed, 1 insertions, 10 deletions
diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
index 2f01463104..cabb8dc839 100644
--- a/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
+++ b/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
@@ -33,16 +33,7 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
case OperatingSystem.Linux:
info.ArchiveType = "7z";
-
- switch (environment.SystemArchitecture)
- {
- case Architecture.X86_X64:
- info.Version = "20150124";
- break;
- case Architecture.X86:
- info.Version = "20150124";
- break;
- }
+ info.Version = "20150124";
break;
case OperatingSystem.Osx: