mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel: new package - gst-va-intel
We need some extra plugins for EMGD video acceleration use and testing, so create a new 'gst-va-intel' package group for them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
4a03808a71
commit
90f802f1a7
28
common/recipes-multimedia/gstreamer/gst-va-intel.bb
Normal file
28
common/recipes-multimedia/gstreamer/gst-va-intel.bb
Normal file
|
@ -0,0 +1,28 @@
|
|||
DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs"
|
||||
LICENSE = "MIT"
|
||||
DEPENDS = "gst-meta-base"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
gst-va-intel \
|
||||
gst-va-intel-general \
|
||||
gst-va-intel-video \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_gst-va-intel = "\
|
||||
gst-va-intel-general \
|
||||
gst-va-intel-video \
|
||||
"
|
||||
|
||||
RDEPENDS_gst-va-intel-general = "\
|
||||
gst-ffmpeg \
|
||||
"
|
||||
|
||||
RDEPENDS_gst-va-intel-video = "\
|
||||
gst-plugins-good-isomp4 \
|
||||
"
|
Loading…
Reference in New Issue
Block a user