package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / fdk-aac / Config.in
blobf51c5ab19c1a373832144f0765c5bc9e85ab6b55
1 # These are the architectures supported by FDK AAC
2 config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
3         bool
4         default y if BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
5                 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
6                 BR2_powerpc || BR2_sh
8 config BR2_PACKAGE_FDK_AAC
9         bool "fdk-aac"
10         depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
11         depends on BR2_INSTALL_LIBSTDCPP
12         help
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