Author: reimar Date: Fri Mar 6 18:14:50 2009 New Revision: 3399 Log: Properly escape && in git-checkout-commandline
Modified: trunk/src/news.en Modified: trunk/src/news.en ============================================================================== --- trunk/src/news.en Fri Mar 6 18:09:46 2009 (r3398) +++ trunk/src/news.en Fri Mar 6 18:14:50 2009 (r3399) @@ -308,9 +308,9 @@ 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>git clone git://repo.or.cz/mplayer && cd mplayer && git checkout origin/mt +&& git submodule init && git submodule update && ./configure && make +&& 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
