Author: diego Date: Sun Oct 26 10:49:33 2008 New Revision: 27833 Log: Merge two Xvid build steps.
Modified: trunk/DOCS/xml/en/codecs.xml Modified: trunk/DOCS/xml/en/codecs.xml ============================================================================== --- trunk/DOCS/xml/en/codecs.xml (original) +++ trunk/DOCS/xml/en/codecs.xml Sun Oct 26 10:49:33 2008 @@ -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> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
