Mercurial > mplayer.hg
changeset 9720:5cd40fe6ba7e
Updated XviD CVS instructions by Dmitry Baryshkov <lumag@qnc.ru>.
correct spelling of XviD + small corrections
author | diego |
---|---|
date | Sat, 29 Mar 2003 01:45:21 +0000 |
parents | aab550eb05e3 |
children | 638cf7f72123 |
files | DOCS/xml/en/codecs.xml |
diffstat | 1 files changed, 16 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml Sat Mar 29 01:27:30 2003 +0000 +++ b/DOCS/xml/en/codecs.xml Sat Mar 29 01:45:21 2003 +0000 @@ -401,13 +401,13 @@ <sect3 id="xvid"> -<title>XViD</title> +<title>XviD</title> <para> -<ulink url="http://www.xvid.org">XViD</ulink> is a forked development of the +<ulink url="http://www.xvid.org">XviD</ulink> is a forked development of the OpenDivX codec. It happened when ProjectMayo changed OpenDivX to closed source DivX4 (now DivX5), and the non-ProjectMayo people working on OpenDivX got angry, -then started XViD. So both projects have the same origin. +then started XviD. So both projects have the same origin. <itemizedlist> <title>ADVANTAGES</title> @@ -434,7 +434,7 @@ can play them) </simpara></listitem> <listitem><simpara> - you have to choose between DivX4 <emphasis role="bold">or</emphasis> XViD + you have to choose between DivX4 <emphasis role="bold">or</emphasis> XviD support at compiletime </simpara></listitem> <listitem><simpara> @@ -446,8 +446,8 @@ <procedure> <title>INSTALLING XVID CVS</title> <para> -It is currently available only from CVS. Here are the download and -installation instructions: + It is currently available only from CVS. Here are download and installation + instructions (you need at least autoconf 2.50, automake and libtool): </para> <step><para> <screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen> @@ -459,24 +459,24 @@ <screen>cd xvidcore/build/generic</screen> </para></step> <step><para> - Edit <filename>MakeFile</filename> for your architecture (probably - <filename>Makefile.linuxx86</filename>) to fit your needs. - </para></step> -<step><para> - <screen>make -f Makefile.linux</screen> + <screen>./bootstrap.sh</screen> </para></step> <step><para> - Copy <filename>divx4.h</filename> and <filename>xvid.h</filename> from - <filename class="directory">/usr/local/include/</filename>. + <screen>./configure</screen> + You may have to add some options (examine the output of + <screen>./configure --help</screen>). </para></step> <step><para> - Get <filename>encore2.h</filename> and <filename>decore.h</filename> from - the DivX4Linux package, and copy them to + <screen>make && make install</screen> + </para></step> +<step><para> + If you specified <option>--enable-divxcompat</option>, + copy <filename>../../src/divx4.h</filename> to <filename class="directory">/usr/local/include/</filename>. </para></step> <step><para> Recompile <application>MPlayer</application> with - <option>--with-xvidcore=<replaceable>/path/to/libxvidcore.a</replaceable></option>. + <option>--with-xvidcore=<replaceable>/path/to/</replaceable>libxvidcore.a</option>. </para></step> </procedure> </sect3>