LibMPEG3 supports advanced editing and manipulation of MPEG streams.
Download (HTTP): http://downloads.sourceforge.net/heroines/libmpeg3-1.6-src.tar.bz2
Download MD5 sum: 08ad35f5a88a59eb2b85ed7d912257e0
Download size: 496 KB
Estimated disk space required: 14.1 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmpeg3
Install LibMPEG3 by running the following commands:
patch -Np1 -i ../libmpeg3-1.6-blfs_install-1.patch && ./configure && make
This package does not come with a test suite.
Now, as the root user:
make install
patch -Np1 -i ...: The patch modifies the Makefile so that everything is installed with the make install command instead of just the executables being installed and manual commands used to install the library, interface headers and documentation.
./configure: This is not a typical Autotools script. It is only used to check for the availability of the NASM compiler.
Last updated on 2007-01-15 17:25:53 -0600