Config.in 818 B

12345678910111213141516171819202122232425262728
  1. config BR2_PACKAGE_BELLAGIO
  2. bool "bellagio"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. depends on !BR2_STATIC_LIBS
  6. select BR2_PACKAGE_HAS_LIBOPENMAX
  7. help
  8. Bellagio is an opensource implementation of the
  9. OpenMAX IL API.
  10. OpenMAX Integration Layer (IL) is a standard API
  11. to access Multimedia Components on mobile platforms.
  12. It has been defined by the Khronos group.
  13. By means of the OpenMAX IL API, multimedia frameworks
  14. can access hardware accelerators on platforms that
  15. provide it.
  16. http://omxil.sourceforge.net/
  17. if BR2_PACKAGE_BELLAGIO
  18. config BR2_PACKAGE_PROVIDES_LIBOPENMAX
  19. default "bellagio"
  20. endif
  21. comment "bellagio needs a toolchain w/ C++, threads, dynamic library"
  22. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS