# HG changeset patch # User diego # Date 1035165443 0 # Node ID 125515a0c8edc60e1efda452b8ab3025ed22350c # Parent 8d110edd67b074d40535961c45648e035225b7a6 XviD needs some more header files. Hint provided by Falk Richter and Anders Rune Jensen . diff -r 8d110edd67b0 -r 125515a0c8ed DOCS/codecs.html --- a/DOCS/codecs.html Mon Oct 21 01:52:14 2002 +0000 +++ b/DOCS/codecs.html Mon Oct 21 01:57:23 2002 +0000 @@ -242,7 +242,7 @@ @@ -254,11 +254,14 @@
  • cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login
  • cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore
  • cd xvidcore/build/generic
  • -
  • Edit Makefile.linux to fit your needs.
  • -
  • make -f Makefile.linux
  • +
  • Edit the Makefile for your architecture (probably + Makefile.linuxx86) to fit your needs.
  • +
  • make -f Makefile.linuxx86
  • +
  • Copy the divx4.h and xvid.h header files from + xvidcore/src/ to /usr/local/include/.
  • Get encore2.h and decore.h from the DivX4Linux package, and copy them to /usr/local/include/.
  • -
  • Recompile MPlayer with --with-xvidcore=/path/to/libcore.a.
  • +
  • Recompile MPlayer with --with-xvidcore=/path/to/libxvidcore.a.