From e3a703d6aee3eb738ceeccf55109490bbb32a9d4 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 18 May 2012 16:35:19 -0500 Subject: va-intel: new package We need some libraries for video acceleration which depend on the video implementation being used e.g. vanilla intel vs emgd, so create a new 'va-intel' package group for them. Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/va-intel.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 common/recipes-multimedia/libva/va-intel.bb (limited to 'common') diff --git a/common/recipes-multimedia/libva/va-intel.bb b/common/recipes-multimedia/libva/va-intel.bb new file mode 100644 index 00000000..3ce857ad --- /dev/null +++ b/common/recipes-multimedia/libva/va-intel.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +PR = "r0" + +VA_IMPL = "${@base_contains('MACHINE_FEATURES', 'gst-va-mixvideo', \ + 'libva libva-x11 libva-tpi libva-glx libva-egl', \ + 'libva libva-intel-driver', d)}" + +PACKAGES = "\ + va-intel \ + " + +ALLOW_EMPTY = "1" + +RDEPENDS_va-intel = " \ + ${VA_IMPL} \ + " -- cgit v1.2.3-54-g00ecf