summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/codecs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml/en/codecs.xml')
-rw-r--r--DOCS/xml/en/codecs.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index ad873d4877..3a5fb57527 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -72,9 +72,7 @@ default as it offers better speed.
The CVS version is usually stable enough to use, as most of the time it
features fixes for bugs that exist in releases.
Here is what to do to make <systemitem class="library">Xvid</systemitem>
- CVS work with <application>MEncoder</application> (you need at least
- <application>autoconf</application> 2.50,
- <application>automake</application> and <application>libtool</application>):
+ CVS work with <application>MEncoder</application>:
</para>
<step><para>
<screen>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</screen>
@@ -86,10 +84,7 @@ default as it offers better speed.
<screen>cd xvidcore/build/generic</screen>
</para></step>
<step><para>
- <screen>./bootstrap.sh</screen>
-</para></step>
-<step><para>
- <screen>./configure</screen>
+ <screen>./bootstrap.sh &amp;&amp; ./configure</screen>
You may have to add some options (examine the output of
<command>./configure --help</command>).
</para></step>
@@ -97,11 +92,6 @@ default as it offers better speed.
<screen>make &amp;&amp; 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>.
</para></step>
</procedure>