XviD is an MPEG-4 compliant video CODEC.
Download (HTTP): http://ed.gomez.free.fr/releases/xvid-1.0.3/xvidcore-1.0.3.tar.bz2
Download MD5 sum: 1487c4dd4449aedeb695807467e69054
Download size: 541 KB
Estimated disk space required: 7.2 MB
Estimated build time: 0.2 SBU
Install XviD by running the following commands:
cd build/generic && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install && chmod -v 644 /usr/lib/libxvidcore.a && ln -v -sf libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so
ln -v -sf 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.
Last updated on 2005-08-01 13:29:19 -0600