[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.90,1.91
Diego Biurrun CVS
diego at mplayerhq.hu
Mon Oct 21 03:57:30 CEST 2002
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv25579/DOCS
Modified Files:
codecs.html
Log Message:
XviD needs some more header files.
Hint provided by Falk Richter and Anders Rune Jensen <anders at gnulinux.dk>.
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- codecs.html 20 Oct 2002 12:20:39 -0000 1.90
+++ codecs.html 21 Oct 2002 01:57:23 -0000 1.91
@@ -242,7 +242,7 @@
<UL>
<LI>currently it does not properly <B>decode</B> all DivX/DivX4 files (no problem as libavcodec can play them)</LI>
- <LI>you have to choose between DivX4 <B>OR</B> XViD support at
+ <LI>you have to choose between DivX4 <B>or</B> XViD support at
compiletime</LI>
<LI>under development</LI>
</UL>
@@ -254,11 +254,14 @@
<LI><CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid login</CODE></LI>
<LI><CODE>cvs -z3 -d:pserver:anonymous at cvs.xvid.org:/xvid co xvidcore</CODE></LI>
<LI><CODE>cd xvidcore/build/generic</CODE></LI>
- <LI>Edit <CODE>Makefile.linux</CODE> to fit your needs.</LI>
- <LI><CODE>make -f Makefile.linux</CODE></LI>
+ <LI>Edit the Makefile for your architecture (probably
+ <CODE>Makefile.linuxx86</CODE>) to fit your needs.</LI>
+ <LI><CODE>make -f Makefile.linuxx86</CODE></LI>
+ <LI>Copy the <CODE>divx4.h</CODE> and <CODE>xvid.h</CODE> header files from
+ <CODE>xvidcore/src/</CODE> to <CODE>/usr/local/include/</CODE>.</LI>
<LI>Get <CODE>encore2.h</CODE> and <CODE>decore.h</CODE> from the DivX4Linux
package, and copy them to <CODE>/usr/local/include/</CODE>.</LI>
- <LI>Recompile MPlayer with <CODE>--with-xvidcore=/path/to/libcore.a</CODE>.</LI>
+ <LI>Recompile MPlayer with <CODE>--with-xvidcore=/path/to/libxvidcore.a</CODE>.</LI>
</OL>
More information about the MPlayer-cvslog
mailing list