diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index fc198feaf4..f26e1e633c 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -125,9 +125,7 @@ that it transfers image data in YV12 (planar YUV 4:2:0) format, thus requiring much less bandwidth on the bus. For packed YUV modes (YUY2, UYVY) use the method. For RGB modes the speed is the same, differing at best according to your current color depth. - - -If your driver supports direct rendering, then may be faster, or even the fastest solution. @@ -135,59 +133,17 @@ divx4 may be faster, or even the fastest solution. The DivX4/5 binary codec library can be downloaded from avifile or divx.com -Unpack it, run ./install.sh as root and do not forget adding +Unpack it, run ./install.sh as root and do not forget to add /usr/local/lib to your /etc/ld.so.conf and running ldconfig. - -Get the CVS version of the OLD OpenDivX core library like this: - - - - -cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot login - - -cvs -d:pserver:anonymous@cvs.projectmayo.com:/cvsroot co divxcore - - -This core library is split into a decore and encore library that have to be -compiled separately. For the decore Library, simply type - -cd divxcore/decore/build/linux -make -cp libdivxdecore.so /usr/local/lib -ln -s libdivxdecore.so /usr/local/lib/libdivxdecore.so.0 -cp ../../src/decore.h /usr/local/include - - - -Alas, for the encore library there is no Linux Makefile available, and the -MMX optimized code only works on Windows. You can still compile it, though, -by using this -Makefile. - -cd ../../../encore/build -mkdir linux -cd linux -cp path/Makefile . -make -cp libdivxencore.so /usr/local/lib -ln -s libdivxencore.so /usr/local/lib/libdivxencore.so.0 -cp ../../src/encore.h /usr/local/include - - - - MPlayer autodetects DivX4/DivX5 if it is properly installed, just compile as usual. If it does not detect it, you did not install or configure it correctly. - -