2012-04-24 08:51:21 +02:00
|
|
|
config BR2_PACKAGE_BELLAGIO
|
|
|
|
bool "bellagio"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-05-16 16:02:35 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-09-16 12:41:07 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2013-05-30 08:30:36 +02:00
|
|
|
select BR2_PACKAGE_HAS_OPENMAX
|
2012-04-24 08:51:21 +02:00
|
|
|
help
|
|
|
|
Bellagio is an opensource implementation of the
|
|
|
|
OpenMAX IL API.
|
|
|
|
|
|
|
|
OpenMAX Integration Layer (IL) is a standard API
|
|
|
|
to access Multimedia Components on mobile platforms.
|
|
|
|
It has been defined by the Khronos group.
|
|
|
|
By means of the OpenMAX IL API, multimedia frameworks
|
|
|
|
can access hardware accelerators on platforms that
|
|
|
|
provide it.
|
|
|
|
|
|
|
|
http://omxil.sourceforge.net/
|
|
|
|
|
2013-12-20 23:27:56 +01:00
|
|
|
if BR2_PACKAGE_BELLAGIO
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PROVIDES_OPENMAX
|
|
|
|
default "bellagio"
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "bellagio needs a toolchain w/ C++, threads, dynamic library"
|
2013-09-16 12:41:07 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|