Projects
Multimedia
kodi
kodi-libdrm.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kodi-libdrm.patch of Package kodi (Revision 70)
Currently displaying revision
70
,
Show latest
--- a/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp +++ b/xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/VaapiEGL.cpp @@ -11,6 +11,9 @@ #include "cores/VideoPlayer/DVDCodecs/Video/VAAPI.h" #include <va/va_drmcommon.h> #include <drm_fourcc.h> +#ifndef DRM_FORMAT_GR1616 +#define DRM_FORMAT_GR1616 fourcc_code('G', 'R', '3', '2') /* [31:0] R:G 16:16 little endian */ +#endif #include "utils/log.h" #include "utils/EGLUtils.h"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.