1 config BR2_PACKAGE_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
8 Bellagio is an opensource implementation of the
11 OpenMAX Integration Layer (IL) is a standard API
12 to access Multimedia Components on mobile platforms.
13 It has been defined by the Khronos group.
14 By means of the OpenMAX IL API, multimedia frameworks
15 can access hardware accelerators on platforms that
18 http://omxil.sourceforge.net/
20 if BR2_PACKAGE_BELLAGIO
22 config BR2_PACKAGE_PROVIDES_LIBOPENMAX
27 comment "bellagio needs a toolchain w/ C++, threads, dynamic library"
28 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS