aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabeloin <alexandre.beloin@gmail.com>2014-01-12 08:52:56 -0500
committerabeloin <alexandre.beloin@gmail.com>2014-01-12 08:52:56 -0500
commit2c867722b269ca48089d66e5f9a1cb0eeef4b5de (patch)
tree58c64556b934b511842c3709330563709da07a68
parent5f7871ca540d41149bfcf05f78b00660a9599d5a (diff)
Fix mac ffmpeg url
-rw-r--r--MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs b/MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs
index 7ac15dff9..0de65f479 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