2016-12-11 06:08:35 +01:00
|
|
|
# Description: Library of OpenCORE Framework implementation of Adaptive Multi Rate Narrowband and Wideband (AMR-NB and AMR-WB) speech codec.
|
|
|
|
# URL: https://sourceforge.net/projects/opencore-amr/
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
|
|
|
|
name=fdk-aac
|
2019-11-02 08:59:29 +01:00
|
|
|
version=2.0.1
|
2016-12-11 06:08:35 +01:00
|
|
|
release=1
|
2017-03-19 08:57:52 +01:00
|
|
|
source=(https://downloads.sourceforge.net/project/opencore-amr/$name/$name-$version.tar.gz)
|
2016-12-11 06:08:35 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|