mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
libva-utils: update to libva-utils-2.7.1
This commit is contained in:
parent
a4a7db1adc
commit
133ea3f334
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libva-utils"
|
PKG_NAME="libva-utils"
|
||||||
PKG_VERSION="2.6.0"
|
PKG_VERSION="2.7.1"
|
||||||
PKG_SHA256="6ce7a534539c9ae554ace0bfa6689d871145cc172bb3f66ceb3fe2f65466fd90"
|
PKG_SHA256="9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/01org/libva-utils"
|
PKG_SITE="https://github.com/01org/libva-utils"
|
||||||
PKG_URL="https://github.com/intel/libva-utils/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/intel/libva-utils/archive/$PKG_VERSION.tar.gz"
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
From 0d033c074b63ab0ef0798128b94b364ce33da93a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Ed Baker <edward.baker@intel.com>
|
|
||||||
Date: Wed, 8 Jan 2020 13:43:38 -0700
|
|
||||||
Subject: [PATCH] Ifdef va_x11 in VP sample for usrptr
|
|
||||||
|
|
||||||
When updating libva-utils from 2.4.0 to 2.6.0 in Chrome OS I bumped into
|
|
||||||
the following error:
|
|
||||||
portage/media-video/libva-utils-2.6.0-r1/work/libva-utils-2.6.0/videoprocess/vppscaling_n_out_usrptr.cpp:41:10: fatal error:
|
|
||||||
'va/va_x11.h' file not found
|
|
||||||
|
|
||||||
Signed-off-by: Edward Baker <edward.baker@intel.com>
|
|
||||||
---
|
|
||||||
videoprocess/vppscaling_n_out_usrptr.cpp | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/videoprocess/vppscaling_n_out_usrptr.cpp b/videoprocess/vppscaling_n_out_usrptr.cpp
|
|
||||||
index 4a3a222..a853442 100644
|
|
||||||
--- a/videoprocess/vppscaling_n_out_usrptr.cpp
|
|
||||||
+++ b/videoprocess/vppscaling_n_out_usrptr.cpp
|
|
||||||
@@ -38,7 +38,9 @@
|
|
||||||
#include <va/va.h>
|
|
||||||
#include <va/va_vpp.h>
|
|
||||||
#include "va_display.h"
|
|
||||||
+#if 0
|
|
||||||
#include <va/va_x11.h>
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
#define MAX_LEN 1024
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user