Add buildroot 2018-02
This commit is contained in:
21
buildroot/package/fdk-aac/Config.in
Normal file
21
buildroot/package/fdk-aac/Config.in
Normal file
@@ -0,0 +1,21 @@
|
||||
# These are the architectures supported by FDK AAC
|
||||
config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
||||
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
||||
BR2_powerpc || BR2_sh
|
||||
|
||||
config BR2_PACKAGE_FDK_AAC
|
||||
bool "fdk-aac"
|
||||
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
help
|
||||
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC
|
||||
Codec") is software that implements the MPEG Advanced Audio
|
||||
Coding ("AAC") encoding and decoding scheme for digital audio
|
||||
|
||||
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
||||
|
||||
comment "fdk-aac needs a toolchain w/ C++"
|
||||
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
2
buildroot/package/fdk-aac/fdk-aac.hash
Normal file
2
buildroot/package/fdk-aac/fdk-aac.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 2164592a67b467e5b20fdcdaf5bd4c50685199067391c6fcad4fa5521c9b4dd7 fdk-aac-0.1.5.tar.gz
|
||||
14
buildroot/package/fdk-aac/fdk-aac.mk
Normal file
14
buildroot/package/fdk-aac/fdk-aac.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# fdk-aac
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FDK_AAC_VERSION = 0.1.5
|
||||
FDK_AAC_SITE = http://downloads.sourceforge.net/project/opencore-amr/fdk-aac
|
||||
FDK_AAC_LICENSE = fdk-aac license
|
||||
FDK_AAC_LICENSE_FILES = NOTICE
|
||||
|
||||
FDK_AAC_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user