xref: /OK3568_Linux_fs/buildroot/package/fdk-aac/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# These are the architectures supported by FDK AAC
2*4882a593Smuzhiyunconfig BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
3*4882a593Smuzhiyun	bool
4*4882a593Smuzhiyun	default y if BR2_aarch64
5*4882a593Smuzhiyun	default y if BR2_arm || BR2_armeb
6*4882a593Smuzhiyun	default y if BR2_i386 || BR2_x86_64
7*4882a593Smuzhiyun	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
8*4882a593Smuzhiyun	default y if BR2_powerpc
9*4882a593Smuzhiyun	default y if BR2_sh
10*4882a593Smuzhiyun
11*4882a593Smuzhiyunconfig BR2_PACKAGE_FDK_AAC
12*4882a593Smuzhiyun	bool "fdk-aac"
13*4882a593Smuzhiyun	depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
14*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
15*4882a593Smuzhiyun	help
16*4882a593Smuzhiyun	  The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC
17*4882a593Smuzhiyun	  Codec") is software that implements the MPEG Advanced Audio
18*4882a593Smuzhiyun	  Coding ("AAC") encoding and decoding scheme for digital audio
19*4882a593Smuzhiyun
20*4882a593Smuzhiyun	  http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
21*4882a593Smuzhiyun
22*4882a593Smuzhiyuncomment "fdk-aac needs a toolchain w/ C++"
23*4882a593Smuzhiyun	depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
24*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP
25