diff options
author | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 15:08:39 +0000 |
---|---|---|
committer | torinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-05 15:08:39 +0000 |
commit | 465aa3cf0feb3f26027904eb7fbe5b8618ccee50 (patch) | |
tree | e30b615509c3aa6559b3a559a23fb021348d1737 /DOCS/xml/en/codecs.xml | |
parent | 08a40bd723678e92957ff1a455bc1a49d4b4676e (diff) | |
download | mpv-465aa3cf0feb3f26027904eb7fbe5b8618ccee50.tar.bz2 mpv-465aa3cf0feb3f26027904eb7fbe5b8618ccee50.tar.xz |
Remove ugly indentation in <screen> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20702 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/codecs.xml')
-rw-r--r-- | DOCS/xml/en/codecs.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 4b99c46571..55f6120c4b 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -285,9 +285,7 @@ default as it offers better speed. <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 @@ default as it offers better speed. <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. |