diff options
-rw-r--r-- | recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb index fb315ebd..43e6646e 100644 --- a/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb +++ b/recipes-multimedia/onevpl/onevpl-intel-gpu_22.3.2.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Intel(R) oneVPL runtime for Intel GPU accelerated media processing" | |||
2 | DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ | 2 | DESCRIPTION = "Intel(R) oneVPL runtime provides an runtime to access hardware-accelerated \ |
3 | video decode, encode and filtering on IntelĀ® graphics." | 3 | video decode, encode and filtering on IntelĀ® graphics." |
4 | 4 | ||
5 | HOMEPAGE = "https://github.com/oneapi-src/oneVPL-intel-gpu" | 5 | HOMEPAGE = "https://github.com/intel/vpl-gpu-rt" |
6 | BUGTRACKER = "https://github.com/oneapi-src/oneVPL-intel-gpu/issues" | 6 | BUGTRACKER = "https://github.com/intel/vpl-gpu-rt/issues" |
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb8cb45b9b57dbaa9fcc9adc4230202b" |
@@ -16,7 +16,7 @@ COMPATIBLE_HOST:x86-x32 = "null" | |||
16 | 16 | ||
17 | DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" | 17 | DEPENDS += "libdrm libva intel-media-driver onevpl pkgconfig-native" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/oneapi-src/oneVPL-intel-gpu.git;protocol=https;branch=intel-onevpl-22.3;lfs=0 \ | 19 | SRC_URI = "git://github.com/intel/vpl-gpu-rt.git;protocol=https;branch=intel-onevpl-22.3;lfs=0 \ |
20 | file://0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch \ | 20 | file://0001-HEVCe-lib-Fix-REXT-DDIID-issue-2566.patch \ |
21 | " | 21 | " |
22 | 22 | ||