XviD is a MPEG-4 compliant video CODEC.
Download (HTTP): http://files.xvid.org/downloads/xvidcore-1.0.2.tar.bz2
Download MD5 Sum: e8ffc32146991fcff286ccdcd6a16a49
Download size: 541 KB
Estimated disk space required: 7.1 MB
Estimated build time: 0.19 SBU
Install XviD by running the following commands:
cd build/generic &&
./configure --prefix=/usr &&
make &&
make install &&
ln -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 &&
ln -sf libxvidcore.so.4 /usr/lib/libxvidcore.so
ln -s libxvidcore.so.4 /usr/lib/libxvidcore.so: This command makes applications linked against .so names, link to .so.MAJOR. This ensures better binary compatibility, as XviD developers take care not changing the MAJOR number until there is an incompatible ABI change.
The XviD core package contains the libxvidcore library.
Last updated on 2005-01-10 10:48:41 -0700