summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-21 01:57:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-21 01:57:23 +0000
commit0ace4805b1c852a0ac6069fc76b64dd7752f2c9d (patch)
tree150d3b37145c0332536166ffb6a6f29b22d5270b /DOCS
parentf07534b61e59bac4d8384fdd1c853a5f3c440017 (diff)
downloadmpv-0ace4805b1c852a0ac6069fc76b64dd7752f2c9d.tar.bz2
mpv-0ace4805b1c852a0ac6069fc76b64dd7752f2c9d.tar.xz
XviD needs some more header files.
Hint provided by Falk Richter and Anders Rune Jensen <anders@gnulinux.dk>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7821 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/codecs.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/DOCS/codecs.html b/DOCS/codecs.html
index d4d041ed23..243628afe7 100644
--- a/DOCS/codecs.html
+++ b/DOCS/codecs.html
@@ -242,7 +242,7 @@ MPlayer supports decoding all versions of RealVideo:
<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 @@ MPlayer supports decoding all versions of RealVideo:
<LI><CODE>cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login</CODE></LI>
<LI><CODE>cvs -z3 -d:pserver:anonymous@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>