d75e65523e
Fixes: http://autobuild.buildroot.net/results/76e/76ebe0b9e963367427e23ba963f1bce6fd2725c4/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 lines
759 B
Plaintext
22 lines
759 B
Plaintext
config BR2_PACKAGE_BELLAGIO
|
|
bool "bellagio"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
select BR2_PACKAGE_HAS_OPENMAX
|
|
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/
|
|
|
|
comment "bellagio requires a toolchain with C++, threads and dynamic library support enabled"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|