mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
5daabc3179
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libva-utils"
|
||||
PKG_VERSION="2.16.0"
|
||||
PKG_SHA256="646c9bfff6a83504c48de2c786c9514ca30c5e916127faf00f143ef8147ee950"
|
||||
PKG_VERSION="2.17.0"
|
||||
PKG_SHA256="607447143f08c6221f3bd5ab7aad874a4e220b6e04254b67433a7b2e97ff98ba"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/01org/libva-utils"
|
||||
PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="gmmlib"
|
||||
PKG_VERSION="22.3.1"
|
||||
PKG_SHA256="4adcd33a07617e1c95c4bc6d85bac2e3a881ba19ffcca2857da765248295fd2c"
|
||||
PKG_VERSION="22.3.2"
|
||||
PKG_SHA256="f725fbb4291ab67bbc7b31e1a268f523df384667360c931b40144db861be53d7"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="libva"
|
||||
PKG_VERSION="2.16.0"
|
||||
PKG_SHA256="766edf51fd86efe9e836a4467d4ec7c3af690a3c601b3c717237cee856302279"
|
||||
PKG_VERSION="2.17.0"
|
||||
PKG_SHA256="8940541980ef998a36cd8f6ad905e81838ea4ddf56dc479ed2bebd12711e6001"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="media-driver"
|
||||
PKG_VERSION="22.6.4"
|
||||
PKG_SHA256="0c04b9d74b92de41fd409b62913ce4afd799236c0b6bc1983a496990764e5d90"
|
||||
PKG_VERSION="22.6.5"
|
||||
PKG_SHA256="cbb6a514564f8c3349b1f78fc0906b636ea2074d7605cb0e820c5b727ce88cdc"
|
||||
PKG_ARCH="x86_64"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="https://01.org/linuxmedia"
|
||||
|
@ -1,32 +0,0 @@
|
||||
From 8c46a893f02b78d7563f6df5a6ed4ee0ddf92544 Mon Sep 17 00:00:00 2001
|
||||
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||
Date: Fri, 18 Nov 2022 22:44:52 +1100
|
||||
Subject: [PATCH] [Media Common] [VP] dont include va_dricommon.h
|
||||
|
||||
<va/va_dricommon.h> is not in non-X11 libva 2.16.0
|
||||
The header "media_libva_putsurface_linux.h" is included
|
||||
|
||||
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
|
||||
---
|
||||
media_softlet/linux/common/vp/ddi/ddi_vp_functions.cpp | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/media_softlet/linux/common/vp/ddi/ddi_vp_functions.cpp b/media_softlet/linux/common/vp/ddi/ddi_vp_functions.cpp
|
||||
index 99a7b790b..12fcecc1b 100644
|
||||
--- a/media_softlet/linux/common/vp/ddi/ddi_vp_functions.cpp
|
||||
+++ b/media_softlet/linux/common/vp/ddi/ddi_vp_functions.cpp
|
||||
@@ -23,7 +23,6 @@
|
||||
//! \file ddi_vp_functions.cpp
|
||||
//! \brief ddi vp functions implementaion.
|
||||
//!
|
||||
-#include <va/va_dricommon.h>
|
||||
#include "ddi_vp_functions.h"
|
||||
#include "media_libva_util_next.h"
|
||||
#include "media_libva_common_next.h"
|
||||
@@ -4699,4 +4698,4 @@ VAStatus DdiVpFunctions::PutSurfaceLinuxHW(
|
||||
|
||||
return VA_STATUS_SUCCESS;
|
||||
}
|
||||
-#endif // !defined(ANDROID) && defined(X11_FOUND)
|
||||
\ No newline at end of file
|
||||
+#endif // !defined(ANDROID) && defined(X11_FOUND)
|
Loading…
x
Reference in New Issue
Block a user