diff options
author | Spenser Gilliland <spenser@gillilanding.com> | 2013-05-30 06:30:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-30 21:36:16 +0200 |
commit | 37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426 (patch) | |
tree | 9d34889fcbed8687dc11184781d13199ca31e3bc /package/multimedia/bellagio | |
parent | 1460245354019df29ffc4c3d76ddd61cb14dfd04 (diff) | |
download | buildroot-novena-37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426.tar.gz buildroot-novena-37f6ecd4d02d1e0fdce70fe4a7b404a6e2d06426.zip |
libopenmax: Add libopenmax virtual package
this adds the libopenmax virtual package for hardware based video acceleration
[Peter: fix openmax-without-any-backends check]
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/bellagio')
-rw-r--r-- | package/multimedia/bellagio/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/multimedia/bellagio/Config.in b/package/multimedia/bellagio/Config.in index 1458f6370..d918f80ce 100644 --- a/package/multimedia/bellagio/Config.in +++ b/package/multimedia/bellagio/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_BELLAGIO bool "bellagio" depends on BR2_INSTALL_LIBSTDCPP + select BR2_PACKAGE_HAS_OPENMAX help Bellagio is an opensource implementation of the OpenMAX IL API. |