diff options
-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. |