瀏覽代碼

update urls

Luke Pulverenti 9 年之前
父節點
當前提交
aee9d29430
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      MediaBrowser.ServerApplication/Native/WindowsApp.cs

+ 3 - 1
MediaBrowser.ServerApplication/Native/WindowsApp.cs

@@ -213,15 +213,17 @@ namespace MediaBrowser.ServerApplication.Native
                 case Architecture.X86_X64:
                 case Architecture.X86_X64:
                     return new[]
                     return new[]
                     {
                     {
+                                "https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/windows/ffmpeg-20160410-win64.7z",
                                 "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20160409-git-0c90b2e-win64-static.7z"
                                 "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20160409-git-0c90b2e-win64-static.7z"
                             };
                             };
                 case Architecture.X86:
                 case Architecture.X86:
                     return new[]
                     return new[]
                     {
                     {
+                                "https://github.com/MediaBrowser/Emby.Resources/raw/master/ffmpeg/windows/ffmpeg-20160410-win32.7z",
                                 "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20160409-git-0c90b2e-win32-static.7z"
                                 "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20160409-git-0c90b2e-win32-static.7z"
                             };
                             };
             }
             }
             return new string[] { };
             return new string[] { };
         }
         }
     }
     }
-}
+}