%general-entities; ]> $LastChangedBy$ $Date$ XviD-&xvid-version; XviD Introduction to XviD XviD is an MPEG-4 compliant video CODEC. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xvid-md5sum; Download size: &xvid-size; Estimated disk space required: &xvid-buildsize; Estimated build time: &xvid-time; XviD Dependencies Optional User Notes: Installation of XviD 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 755 /usr/lib/libxvidcore.so.4.1 && ln -v -sf libxvidcore.so.4.1 /usr/lib/libxvidcore.so.4 && ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so && install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples && install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; && install -v -m644 ../../examples/* \ /usr/share/doc/xvidcore-&xvid-version;/examples Command Explanations 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. Contents Installed Programs Installed Library Installed Directory None libxvidcore.{so,a} /usr/share/doc/xvidcore-&xvid-version; Short Descriptions libxvidcore.{so,a} provides functions to encode and decode most MPEG-4 video data. libxvidcore.{so,a}