summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb
diff options
context:
space:
mode:
authorYew, Chang Ching <chang.ching.yew@intel.com>2021-08-18 21:44:57 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-23 10:41:42 +0800
commit0567f4f7806ab0ab69abcf2c535d834a661a9666 (patch)
tree24438b84a33c85aa7a202649a3879f1875d4acae /recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb
parenta84491d2cc6a686bd972291cc8b32c62b9a61945 (diff)
downloadmeta-intel-0567f4f7806ab0ab69abcf2c535d834a661a9666.tar.gz
onevpl-intel-gpu: upgrade 21.3.0 -> 21.3.1
Changes in this release - [AVCe] Enable unaligned at 16 input - CM: add some MFX traces to CM - [HEVCe] Support main 10 still picture profile - [HEVCe] enable BGR - [VPP] Add 3D lut in CheckFormatLimitation Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb')
-rw-r--r--recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb
new file mode 100644
index 00000000..02b8c50f
--- /dev/null
+++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_21.3.1.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing"
2DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \
3video decode, encode and filtering on IntelĀ® graphics."
4
5HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu"
6BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues"
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b"
10
11PE = "1"
12
13# Only for 64 bit
14COMPATIBLE_HOST = '(x86_64).*-linux'
15COMPATIBLE_HOST:x86-x32 = "null"
16
17DEPENDS += "libdrm libva intel-media-driver onevpl"
18
19SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=main;lfs=0 \
20 "
21
22SRCREV = "0afbbab1c4d56cdacafb2d56c436c418f51bbb3f"
23S = "${WORKDIR}/git"
24
25inherit cmake