Mercurial > mplayer.hg
changeset 20686:27f476227e52
Remove ugly indentation in <screen> tags
author | torinthiel |
---|---|
date | Sun, 05 Nov 2006 15:08:39 +0000 |
parents | 874b0da67a57 |
children | 558608ebde11 |
files | DOCS/xml/en/codecs.xml |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Sun Nov 05 15:07:41 2006 +0000 +++ b/DOCS/xml/en/codecs.xml Sun Nov 05 15:08:39 2006 +0000 @@ -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.