[FFmpeg-devel] [PATCH 05/13] download: put github repository in a section.
Clément Bœsch
ubitux at gmail.com
Fri Jan 13 22:08:46 CET 2012
Based on a commit by Luca Barbato for Libav.
---
src/download | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/download b/src/download
index 8429d07..4619bf8 100644
--- a/src/download
+++ b/src/download
@@ -59,15 +59,18 @@ table below.
<td>Main ffmpeg.org website repository</td>
</tr>
<tr>
- <th colspan="6">Other Repositories</th>
+ <th colspan="6">Mirrors</th>
</tr>
<tr>
- <td><a href="https://github.com/FFmpeg/FFmpeg">https://github.com/FFmpeg/FFmpeg</a> <br/> <a href="git://github.com/FFmpeg/FFmpeg.git">git://github.com/FFmpeg/FFmpeg.git</a></td>
+ <td><a href="git://github.com/FFmpeg/FFmpeg.git">git://github.com/FFmpeg/FFmpeg.git</a></td>
<td><a href="https://github.com/FFmpeg/FFmpeg">Browse</a></td>
<td><a href="https://github.com/FFmpeg/FFmpeg/archives/master">Snapshot</a></td>
<td>-</td>
<td>-</td>
- <td>Mirror of the main repository</td>
+ <td>Github mirror of the main repository</td>
+</tr>
+<tr>
+ <th colspan="6">Other Repositories</th>
</tr>
<tr>
<td><a href="git://git.libav.org/libav.git">git://git.libav.org/libav.git</a></td>
--
1.7.8.3
More information about the ffmpeg-devel
mailing list