2016-11-06 23:04:47 +01:00
|
|
|
# These are the architectures supported by FDK AAC
|
|
|
|
config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
|
|
|
bool
|
2019-01-13 13:37:45 +01:00
|
|
|
default y if BR2_aarch64
|
|
|
|
default y if BR2_arm || BR2_armeb
|
|
|
|
default y if BR2_i386 || BR2_x86_64
|
|
|
|
default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
|
|
|
|
default y if BR2_powerpc
|
|
|
|
default y if BR2_sh
|
2024-03-23 22:49:51 +01:00
|
|
|
default y if BR2_s390x
|
2016-11-06 23:04:47 +01:00
|
|
|
|
2013-07-12 01:46:10 +02:00
|
|
|
config BR2_PACKAGE_FDK_AAC
|
|
|
|
bool "fdk-aac"
|
2016-11-06 23:04:47 +01:00
|
|
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
2013-07-12 01:46:10 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
|
help
|
2017-07-31 15:53:42 +02:00
|
|
|
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
|
2013-07-12 01:46:10 +02:00
|
|
|
|
|
|
|
http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "fdk-aac needs a toolchain w/ C++"
|
2016-11-06 23:04:47 +01:00
|
|
|
depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
|
2013-07-12 01:46:10 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|