From 2c867722b269ca48089d66e5f9a1cb0eeef4b5de Mon Sep 17 00:00:00 2001 From: abeloin Date: Sun, 12 Jan 2014 08:52:56 -0500 Subject: [PATCH] Fix mac ffmpeg url --- MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs b/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs index 7ac15dff90..0de65f479c 100644 --- a/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs +++ b/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs @@ -97,7 +97,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg // Mac OS X Intel 64bit return new[] { - "https://copy.com/ylAUbbQHYE7x/ffall-2.1.1.7z?download=1" + "https://copy.com/IB0W4efS6t9A/ffall-2.1.1.tar.gz?download=1" }; } else