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