Commit 85bd7b91 authored by Arnout Vandecappelle (Essensium/Mind)'s avatar Arnout Vandecappelle (Essensium/Mind) Committed by Peter Korsgaard
Browse files

libfslvpuwrap: new package

parent 0bb831c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+13 −0
Original line number Diff line number Diff line
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.
+18 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))