1 # These are the architectures supported by FDK AAC
2 config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
4 default y if BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
5 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
8 config BR2_PACKAGE_FDK_AAC
10 depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
11 depends on BR2_INSTALL_LIBSTDCPP
13 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
14 is software that implements the MPEG Advanced Audio Coding ("AAC")
15 encoding and decoding scheme for digital audio
17 http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
19 comment "fdk-aac needs a toolchain w/ C++"
20 depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
21 depends on !BR2_INSTALL_LIBSTDCPP