8ad18673990b51170ab715f2b49d8f7d5cc4f1f3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bellagio / Config.in
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
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
16           provide it.
17
18           http://omxil.sourceforge.net/
19
20 if BR2_PACKAGE_BELLAGIO
21
22 config BR2_PACKAGE_PROVIDES_LIBOPENMAX
23         default "bellagio"
24
25 endif
26
27 comment "bellagio needs a toolchain w/ C++, threads, dynamic library"
28         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS