%general-entities; ]> libFAME-&libfame-version; LibFAME Introduction to libFAME libFAME is a fast (real-time) MPEG-1 as well as MPEG-4 rectangular and arbitrary shaped video encoding library. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libfame-md5sum; Download size: &libfame-size; Estimated disk space required: &libfame-buildsize; Estimated build time: &libfame-time; Additional Downloads Required Patch: User Notes: Installation of libFAME Install libFAME by running the following commands: patch -Np1 -i ../libfame-&libfame-version;-gcc34-1.patch && sed -i 's/$CC --version/$CC -dumpversion/' configure && ./configure --prefix=/usr && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i 's/$CC --version/$CC -dumpversion/' configure: This command causes the configure script to use a different command to find out the version of the compiler. Without this command, the -fstrict-aliasing flag is not added to the CFLAGS variable in the various Makefiles. : This option is off by default and should be set on if your machine has SSE capability. One way to find out if you have SSE is to issue cat /proc/cpuinfo and see if sse is listed in the flags. Contents Installed Programs Installed Libraries Installed Directories libfame-config libfame.{so,a} None Short Descriptions libfame-config provides configuration information for libfame. libfame-config libfame.{so,a} provides functions for the video encoding programs. libfame.{so,a}