Config.in 777 B

1234567891011121314151617181920
  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
  8. help
  9. The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
  10. is software that implements the MPEG Advanced Audio Coding ("AAC")
  11. encoding and decoding scheme for digital audio
  12. http://sourceforge.net/projects/opencore-amr/files/fdk-aac/
  13. comment "fdk-aac needs a toolchain w/ C++"
  14. depends on !BR2_INSTALL_LIBSTDCPP
  15. depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
  16. BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
  17. BR2_powerpc || BR2_sh