diff options
-rw-r--r-- | common/recipes-multimedia/gstreamer/gst-va-intel.bb | 28 |
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 @@ | |||
1 | DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs" | ||
2 | LICENSE = "MIT" | ||
3 | DEPENDS = "gst-meta-base" | ||
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | PACKAGES = "\ | ||
10 | gst-va-intel \ | ||
11 | gst-va-intel-general \ | ||
12 | gst-va-intel-video \ | ||
13 | " | ||
14 | |||
15 | ALLOW_EMPTY = "1" | ||
16 | |||
17 | RDEPENDS_gst-va-intel = "\ | ||
18 | gst-va-intel-general \ | ||
19 | gst-va-intel-video \ | ||
20 | " | ||
21 | |||
22 | RDEPENDS_gst-va-intel-general = "\ | ||
23 | gst-ffmpeg \ | ||
24 | " | ||
25 | |||
26 | RDEPENDS_gst-va-intel-video = "\ | ||
27 | gst-plugins-good-isomp4 \ | ||
28 | " | ||