[MPlayer-DOCS] r20702 - trunk/DOCS/xml/en/codecs.xml
torinthiel
subversion at mplayerhq.hu
Sun Nov 5 16:08:39 CET 2006
Author: torinthiel
Date: Sun Nov 5 16:08:39 2006
New Revision: 20702
Modified:
trunk/DOCS/xml/en/codecs.xml
Log:
Remove ugly indentation in <screen> tags
Modified: trunk/DOCS/xml/en/codecs.xml
==============================================================================
--- trunk/DOCS/xml/en/codecs.xml (original)
+++ trunk/DOCS/xml/en/codecs.xml Sun Nov 5 16:08:39 2006
@@ -285,9 +285,7 @@
<para>
If you have the subversion client installed, the latest x264
sources can be gotten with this command:
- <screen>
- svn co svn://svn.videolan.org/x264/trunk x264<!--
- --></screen>
+ <screen>svn co svn://svn.videolan.org/x264/trunk x264</screen>
<application>MPlayer</application> sources are updated whenever
an <systemitem class="library">x264</systemitem> API change
occurs, so it is always suggested to use
@@ -301,9 +299,7 @@
<para>
<systemitem class="library">x264</systemitem> is built and
installed in the standard way:
- <screen>
- ./configure && make && sudo make install<!--
- --></screen>
+ <screen>./configure && make && sudo make install</screen>
This installs libx264.a in /usr/local/lib and x264.h is placed in
/usr/local/include.
More information about the MPlayer-DOCS
mailing list