%general-entities; ]> $LastChangedBy$ $Date$ libmpeg2-&libmpeg2-version; libmpeg2 Introduction to libmpeg2 The libmpeg2 package contains a library for decoding MPEG-2 and MPEG-1 video streams. The library is able to decode all MPEG streams that conform to certain restrictions: constrained parameters for MPEG-1, and main profile for MPEG-2. This is useful for programs and applications needing to decode MPEG-2 and MPEG-1 video streams. &lfs90_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libmpeg2-md5sum; Download size: &libmpeg2-size; Estimated disk space required: &libmpeg2-buildsize; Estimated build time: &libmpeg2-time; libmpeg2 Dependencies Optional and User Notes: Installation of libmpeg2 Install libmpeg2 by running the following commands: sed -i 's/static const/static/' libmpeg2/idct_mmx.c && ./configure --prefix=/usr \ --enable-shared \ --disable-static && make To test the results, issue: make check. To perform a more comprehensive regression test, see the file test/README in the source tree. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/mpeg2dec-&libmpeg2-version; && install -v -m644 README doc/libmpeg2.txt \ /usr/share/doc/mpeg2dec-&libmpeg2-version; Command Explanations sed -i ...: This sed fixes problems with recent GCC compilers. Contents Installed Programs Installed Libraries Installed Directories corrupt_mpeg2, extract_mpeg2 and mpeg2dec libmpeg2.so and libmpeg2convert.so /usr/include/mpeg2dec and /usr/share/doc/mpeg2dec-&libmpeg2-version; Short Descriptions extract_mpeg2 extracts MPEG video streams from a multiplexed stream. extract_mpeg2 mpeg2dec decodes MPEG1 and MPEG2 video streams. mpeg2dec libmpeg2.so contains API functions used to decode MPEG video streams. libmpeg2.so libmpeg2convert.so contains API functions used for color conversions of MPEG video streams. libmpeg2convert.so