[FFmpeg-cvslog] [ffmpeg.org]: r163 - trunk/src/download

diego subversion
Mon Apr 14 01:09:18 CEST 2008


Author: diego
Date: Mon Apr 14 01:09:16 2008
New Revision: 163

Log:
Add Git instructions, patch by Nicolas George, nicolas.george normalesup org.


Modified:
   trunk/src/download

Modified: trunk/src/download
==============================================================================
--- trunk/src/download	(original)
+++ trunk/src/download	Mon Apr 14 01:09:16 2008
@@ -41,6 +41,20 @@
 <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 libswscale,
+the libswscale directory must be present inside the FFmpeg directory.
+They can be cloned with the commands
+
+<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.




More information about the ffmpeg-cvslog mailing list