فهرست منبع

add ffmpeg arm

Luke Pulverenti 9 سال پیش
والد
کامیت
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;
             }