libfslvpuwrap: new package

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Arnout Vandecappelle (Essensium/Mind) 2012-12-19 13:37:32 +00:00 committed by Peter Korsgaard
parent 0bb831c2f7
commit 85bd7b910c
3 changed files with 32 additions and 0 deletions

View File

@ -467,6 +467,7 @@ menu "Multimedia"
source "package/libdvdread/Config.in"
source "package/libdvdnav/Config.in"
source "package/libebml/Config.in"
source "package/libfslvpuwrap/Config.in"
source "package/libmatroska/Config.in"
source "package/libmms/Config.in"
source "package/libmpeg2/Config.in"

View File

@ -0,0 +1,13 @@
comment "libfslvpuwrap needs an imx-specific kernel to be built"
depends on BR2_arm && !BR2_LINUX_KERNEL
config BR2_PACKAGE_LIBFSLVPUWRAP
bool "libfslvpuwrap"
depends on BR2_LINUX_KERNEL
depends on BR2_arm # Only relevant for i.MX
select BR2_PACKAGE_IMX_LIB
help
Wrapper library for the vpu library, giving it a different API.
This library is provided by Freescale as-is and doesn't have
an upstream.

View File

@ -0,0 +1,18 @@
#############################################################
#
# buildroot makefile for libfslvpuwrap
#
#############################################################
LIBFSLVPUWRAP_VERSION = 1.0.17
# No official download site from freescale, just this mirror
LIBFSLVPUWRAP_SITE = http://download.ossystems.com.br/bsp/freescale/source
LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement
LIBFSLVPUWRAP_LICENSE_FILES = EULA.txt
LIBFSLVPUWRAP_REDISTRIBUTE = NO
LIBFSLVPUWRAP_INSTALL_STAGING = YES
LIBFSLVPUWRAP_DEPENDENCIES += imx-lib
$(eval $(autotools-package))