XviD is a MPEG-4 compliant video CODEC.
Download (HTTP): http://files.xvid.org/downloads/xvidcore-1.0.0-rc4.tar.bz2
Download size: 524 KB
Estimated Disk space required: 5.5 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 in fact linked 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.