mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <tom.zanussi@intel.com>
This commit is contained in:
parent
6da5358cb1
commit
e3a703d6ae
20
common/recipes-multimedia/libva/va-intel.bb
Normal file
20
common/recipes-multimedia/libva/va-intel.bb
Normal file
|
@ -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} \
|
||||
"
|
Loading…
Reference in New Issue
Block a user