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 && cd mplayer && git checkout origin/mt -&& git submodule init && git submodule update && ./configure && make -&& make install</i> +<i> +svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer && +git clone git://gitorious.org/ffmpeg/ffmpeg-mt.git && cd mplayer && +rm -rf libavcodec libavformat libavutil && cp -r ../ffmpeg-mt/libavcodec . +&& cp -r ../ffmpeg-mt/libavformat . && cp -r ../ffmpeg-mt/libavutil . +&& ./configure && make && 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. _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
