[FFmpeg-devel] [PATCH] [WWW] Re: Link to the Git repository

Nicolas George nicolas.george
Sun Apr 13 15:22:20 CEST 2008


Le duodi 12 germinal, an CCXVI, Robert Swain a ?crit?:
> Is there any reason you have "git clone git clone" in the patch? :)

There is probably a reason, but it is certainly not a good one. Thanks for
the notice.

Here is an updated patch.

Regards,

-- 
  Nicolas George
-------------- next part --------------
Index: src/download
===================================================================
--- src/download	(revision 148)
+++ src/download	(working copy)
@@ -41,7 +41,21 @@
 <a href="ffmpeg-export-snapshot.tar.bz2">bare sources</a> that are
 smaller but don't come with Subversion metadata.
 
+<h2>FFmpeg Git</h2>
+There are Git repositories of FFMpeg and libswscale. Both are kept in sync
+with svn automatically. To allow building ffmpeg with swscale, the
+libswscale directory must be present inside the ffmpeg directory. They can
+be cloned using, for example:
 
+<pre>
+  git clone git://git.mplayerhq.hu/ffmpeg/
+  cd ffmpeg
+  git clone git://git.mplayerhq.hu/libswscale/
+</pre>
+
+Alternatively, you can <a href="http://git.mplayerhq.hu/">browse it
+online</a>.
+
 <h2>Formal Releases</h2>
 If you are looking for a formal release, stop now, there are none.
 Maybe we will have some in the future, but don't hold your breath.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080413/5fafe5c5/attachment.pgp>



More information about the ffmpeg-devel mailing list