aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-30 13:03:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-30 13:03:26 -0400
commit19cf53b87ec0e18a12b40df0d7db73c75f60056c (patch)
tree394c5f4a02d37bab05af56c40993b753dba74821
parent75a457debc009e2be26ff503a2d4b657225ab8c9 (diff)
add ffmpeg arm
-rw-r--r--MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
index 42fc73488..b4d2e5b85 100644
--- a/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
+++ b/MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs
@@ -126,6 +126,11 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
{
"https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-2.8.0-32bit-static.7z"
};
+ case Architecture.Arm:
+ return new[]
+ {
+ "https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/linux/ffmpeg-arm.7z"
+ };
}
break;
}