Merge two Xvid build steps.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27833 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-26 09:49:33 +00:00
parent e35f511ff5
commit 26aa72abcb
1 changed files with 1 additions and 4 deletions

View File

@ -84,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>