Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:regataos
libvpl
u_buildfix-i586.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_buildfix-i586.patch of Package libvpl
--- libvpl-2.10.1.orig/tools/legacy/sample_common/src/vaapi_utils.cpp 2024-01-20 09:55:42.622941953 +0000 +++ libvpl-2.10.1/tools/legacy/sample_common/src/vaapi_utils.cpp 2024-01-20 09:57:05.012571878 +0000 @@ -348,7 +348,7 @@ VAStatus CLibVA::AcquireVASurface(void** MSDK_ZERO_MEMORY(extsrf); MSDK_ZERO_MEMORY(bufferInfo); extsrf.num_buffers = 1; - extsrf.buffers = &handle; + extsrf.buffers = (uintptr_t*) &handle; attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType; attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor