[MPlayer-DOCS] [homepage]: r3420 - trunk/src/news.en

compn subversion at mplayerhq.hu
Sat Jun 20 16:19:25 CEST 2009


Author: compn
Date: Sat Jun 20 16:19:24 2009
New Revision: 3420

Log:
replace uau repo with official svn repo ffmpeg-mt instructions

Modified:
   trunk/src/news.en

Modified: trunk/src/news.en
==============================================================================
--- trunk/src/news.en	Tue Jun  9 01:18:44 2009	(r3419)
+++ trunk/src/news.en	Sat Jun 20 16:19:24 2009	(r3420)
@@ -309,9 +309,13 @@
 branch, which allows you to use multiple cores/CPU. <b>(all OS and CPU supported)</b>
 <br><br>
 To install, copy and paste this line:<br>
-<i>git clone git://repo.or.cz/mplayer &amp;&amp; cd mplayer &amp;&amp; git checkout origin/mt
-&amp;&amp; git submodule init &amp;&amp; git submodule update &amp;&amp; ./configure &amp;&amp; make
-&amp;&amp; make install</i>
+<i>
+svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer &amp;&amp;
+git clone git://gitorious.org/ffmpeg/ffmpeg-mt.git &amp;&amp; cd mplayer &amp;&amp;
+rm -rf libavcodec libavformat libavutil &amp;&amp; cp -r ../ffmpeg-mt/libavcodec .
+&amp;&amp; cp -r ../ffmpeg-mt/libavformat . &amp;&amp; cp -r ../ffmpeg-mt/libavutil .
+&amp;&amp; ./configure &amp;&amp; make &amp;&amp; sudo make install
+</i>
 <br>
 To enable threading run <i>mplayer -lavdopts threads=</i><b>N</b> file.mkv
 where N is the number of threads you want to use.


More information about the MPlayer-DOCS mailing list