1ec59e1a889b5ae2ad751b0112c02b7fdc871240
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / fdk-aac / Config.in
1 config BR2_PACKAGE_FDK_AAC
2         bool "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 || \
7                    BR2_powerpc || BR2_sh || BR2_sh64
8
9         help
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
13
14           http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
15
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 || \
20                    BR2_powerpc || BR2_sh || BR2_sh64