[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 11945cf web/download: Fix link for linux static builds 64-bit kernel 2.6.32 and above
gitolite
ffmpeg-cvslog at ffmpeg.org
Wed Jul 23 09:35:20 CEST 2014
The branch, master has been updated
via 11945cf1567ba8023d48f5ad99dcdeff2b6e2ff8 (commit)
via 35b00c563d5c964538478c8e5d52cf7afdc092db (commit)
from fc0ae34814fd5130f833801d7a78c5985c6b5f7e (commit)
- Log -----------------------------------------------------------------
commit 11945cf1567ba8023d48f5ad99dcdeff2b6e2ff8
Author: db0company <db0company at gmail.com>
AuthorDate: Mon Jul 21 20:37:35 2014 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Wed Jul 23 09:32:21 2014 +0200
web/download: Fix link for linux static builds 64-bit kernel 2.6.32 and above
Reviewed-by: Lou Logan <lou at lrcd.com>
diff --git a/src/download b/src/download
index 7ddb4e4..fb30ed0 100644
--- a/src/download
+++ b/src/download
@@ -72,7 +72,7 @@
<div class="list-group">
<a class="list-group-item" href="http://ffmpeg.gusari.org/static/">32-bit and
64-bit with kernel 3.2.x and above</a>
- <a class="list-group-item" href="http://ffmpeg.gusari.org/static/">64-bit
+ <a class="list-group-item" href="http://johnvansickle.com/ffmpeg/">64-bit
with kernel 2.6.32 and above</a>
</div> <!-- list-group -->
commit 35b00c563d5c964538478c8e5d52cf7afdc092db
Author: db0company <db0company at gmail.com>
AuthorDate: Mon Jul 21 20:37:34 2014 +0200
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Wed Jul 23 09:31:35 2014 +0200
web/download: Fix redundant git word on snapshot button
Reviewed-by: Lou Logan <lou at lrcd.com>
diff --git a/src/download b/src/download
index 5eb0b0c..7ddb4e4 100644
--- a/src/download
+++ b/src/download
@@ -137,7 +137,7 @@
<a href="releases/ffmpeg-snapshot-git.tar.bz2" class="btn btn-success">
<i class="fa fa-git"></i>
- Git Snapshot
+ Snapshot
</a>
<a href="http://git.videolan.org/?p=ffmpeg.git;a=tree" class="btn btn-success">
Browse
-----------------------------------------------------------------------
Summary of changes:
src/download | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list