# HG changeset patch # User torinthiel # Date 1162739319 0 # Node ID 27f476227e52ed9523a872ad5d2e435e7b127c02 # Parent 874b0da67a57d596bc37bf43797a80d8d069cf94 Remove ugly indentation in tags diff -r 874b0da67a57 -r 27f476227e52 DOCS/xml/en/codecs.xml --- 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 @@ If you have the subversion client installed, the latest x264 sources can be gotten with this command: - - svn co svn://svn.videolan.org/x264/trunk x264 + svn co svn://svn.videolan.org/x264/trunk x264 MPlayer sources are updated whenever an x264 API change occurs, so it is always suggested to use @@ -301,9 +299,7 @@ x264 is built and installed in the standard way: - - ./configure && make && sudo make install + ./configure && make && sudo make install This installs libx264.a in /usr/local/lib and x264.h is placed in /usr/local/include.