mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
libva: update to libva-3c15867
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3af5874bc4
commit
46bebec825
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libva"
|
||||
PKG_VERSION="1.1.1"
|
||||
PKG_VERSION="3c15867"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="i386 x86_64"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/va/glx/va_glx_impl.c b/va/glx/va_glx_impl.c
|
||||
index 049be09..72ec9a4 100644
|
||||
--- a/va/glx/va_glx_impl.c
|
||||
+++ b/va/glx/va_glx_impl.c
|
||||
@@ -937,6 +937,7 @@ associate_surface(
|
||||
return status;
|
||||
|
||||
x11_trap_errors();
|
||||
+ status = ctx->vtable->vaSyncSurface(ctx, surface);
|
||||
status = ctx->vtable->vaPutSurface(
|
||||
ctx,
|
||||
surface,
|
||||
|
Loading…
x
Reference in New Issue
Block a user