summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gst-va-intel.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gst-va-intel.bb')
-rw-r--r--common/recipes-multimedia/gstreamer/gst-va-intel.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
new file mode 100644
index 00000000..31bde4e3
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -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 \
+ "