Luke Pulverenti 9 лет назад
Родитель
Сommit
19cf53b87e
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      MediaBrowser.Server.Startup.Common/FFMpeg/FFMpegDownloadInfo.cs

+ 5 - 0
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;
             }