Config.in 819 B

123456789101112131415161718192021222324
  1. # These are the architectures supported by FDK AAC
  2. config BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
  3. bool
  4. default y if BR2_aarch64
  5. default y if BR2_arm || BR2_armeb
  6. default y if BR2_i386 || BR2_x86_64
  7. default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
  8. default y if BR2_powerpc
  9. default y if BR2_sh
  10. config BR2_PACKAGE_FDK_AAC
  11. bool "fdk-aac"
  12. depends on BR2_PACKAGE_FDK_AAC_ARCH_SUPPORTS
  13. depends on BR2_INSTALL_LIBSTDCPP
  14. help
  15. The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC
  16. Codec") is software that implements the MPEG Advanced Audio
  17. Coding ("AAC") encoding and decoding scheme for digital audio
  18. 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