The fdk-aac package provides the Fraunhofer FDK AAC library, which is purported to be a high quality Advanced Audio Coding implementation.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://downloads.sourceforge.net/opencore-amr/fdk-aac-2.0.3.tar.gz
MD5 校验和:f43e593991caefdce509ad837d3301bd
大小:2.8 MB
预计所需磁盘空间:39 MB
预计构建时间:0.6 SBU(并行度=4)
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.