fdk-aac package provides the Fraunhofer FDK AAC library, which is purported to be a high quality Advanced Audio Coding implementation.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://downloads.sourceforge.net/opencore-amr/fdk-aac-0.1.4.tar.gz
Download MD5 sum: e274a7d7f6cd92c71ec5c78e4dc9f8b7
Download size: 1.9 MB
Estimated disk space required: 26 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/fdk-aac
Install fdk-aac by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2016-02-24 00:06:22 -0800