diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-23 12:10:43 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-23 12:10:43 +0000 |
commit | 919eb0e4b21cfc2dee31180187228944e7d14fa1 (patch) | |
tree | 5a80e854b1c66d36501115124582b30df1e4d29b | |
parent | 4abe074c5d2a723a8555bf6e603c6a27b266336e (diff) |
Make screen output look better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16069 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/codecs.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 848e7de77c..bc98c76aa4 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -626,8 +626,8 @@ decoders: 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> + 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 CVS @@ -642,8 +642,8 @@ decoders: <systemitem class="library">x264</systemitem> is built and installed in the standard way: <screen> - ./configure && make && sudo make install - </screen> + ./configure && make && sudo make install<!-- + --></screen> This installs libx264.a in /usr/local/lib and x264.h is placed in /usr/local/include. |