mirror of https://github.com/mpv-player/mpv
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:
parent
e35f511ff5
commit
26aa72abcb
|
@ -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 && ./configure</screen>
|
||||
You may have to add some options (examine the output of
|
||||
<command>./configure --help</command>).
|
||||
</para></step>
|
||||
|
|
Loading…
Reference in New Issue