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

Nicolas George nicolas.george
Mon Mar 31 12:05:52 CEST 2008


Le sextidi 6 germinal, an CCXVI, Robert Swain a ?crit?:
> Maybe add a note that libswscale will need to be checked out into the
> FFmpeg repo root dir. i.e.

(Sorry to have taken so long to answer.)

That may be an useful precision, especially for those who expect Git to
automatically import external repositories as SVN does. Here is an updated
patch.

Regards,

-- 
  Nicolas George
-------------- next part --------------
Index: download
===================================================================
--- download	(revision 148)
+++ 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 clone git://git.mplayerhq.hu/ffmpeg/
+  cd ffmpeg
+  git clone 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/20080331/44ac1393/attachment.pgp>



More information about the ffmpeg-devel mailing list