--- codecs.html.old 2003-03-28 18:47:33.000000000 +0300 +++ codecs.html 2003-03-28 18:49:42.000000000 +0300 @@ -289,19 +289,20 @@

INSTALLING XVID CVS

XViD is currently available only from CVS. Here are the - download and installation instructions:

+ download and installation instructions (Note it needs autoconf better than + 2.50, automake, libtool):

  1. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid login
  2. cvs -z3 -d:pserver:anonymous@cvs.xvid.org:/xvid co xvidcore
  3. cd xvidcore/build/generic
  4. -
  5. Edit the Makefile for your architecture (probably - Makefile.linuxx86) to fit your needs.
  6. -
  7. make -f Makefile.linuxx86
  8. -
  9. Copy the divx4.h and xvid.h header files from +
  10. ./bootstrap.sh
  11. +
  12. ./configure
    Maybe you have to add some options (examine + the output of ./configure --help).
  13. +
  14. make && make install
  15. +
  16. If you specified --enable-divxcompat, + copydivx4.h header files from xvidcore/src/ to /usr/local/include/.
  17. -
  18. Get encore2.h and decore.h from the DivX4Linux - package, and copy them to /usr/local/include/.
  19. Recompile MPlayer with --with-xvidcore=/path/to/libxvidcore.a.