Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 850370 Details for
Bug 893422
media-video/mpv-0.35.0-r1[raspberry-pi]: error: unknown type name ‘EGL_DISPMANX_WINDOW_T’ (with non-bin raspberrypi-userland, builds with -bin)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mpv-0.35.1-raspberrypi-userland-non-bin.patch
mpv-0.35.1-raspberrypi-userland-non-bin.patch (text/plain), 967 bytes, created by
Matt Whitlock
on 2023-02-11 07:05:04 UTC
(
hide
)
Description:
mpv-0.35.1-raspberrypi-userland-non-bin.patch
Filename:
MIME Type:
Creator:
Matt Whitlock
Created:
2023-02-11 07:05:04 UTC
Size:
967 bytes
patch
obsolete
>diff -Naur a/video/out/opengl/context_rpi.c b/video/out/opengl/context_rpi.c >--- a/video/out/opengl/context_rpi.c 2023-01-28 16:49:47.000000000 +0000 >+++ b/video/out/opengl/context_rpi.c 2023-02-11 05:14:58.000000000 +0000 >@@ -29,6 +29,14 @@ > #include "context.h" > #include "egl_helpers.h" > >+#ifdef EGL_CAST >+typedef struct { >+ DISPMANX_ELEMENT_HANDLE_T element; >+ int width; >+ int height; >+} EGL_DISPMANX_WINDOW_T; >+#endif >+ > struct priv { > struct GL gl; > DISPMANX_DISPLAY_HANDLE_T display; >diff -Naur a/video/out/vo_rpi.c b/video/out/vo_rpi.c >--- a/video/out/vo_rpi.c 2023-01-28 16:49:47.000000000 +0000 >+++ b/video/out/vo_rpi.c 2023-02-11 05:14:59.000000000 +0000 >@@ -46,6 +46,14 @@ > #include "opengl/ra_gl.h" > #include "gpu/video.h" > >+#ifdef EGL_CAST >+typedef struct { >+ DISPMANX_ELEMENT_HANDLE_T element; >+ int width; >+ int height; >+} EGL_DISPMANX_WINDOW_T; >+#endif >+ > struct mp_egl_rpi { > struct mp_log *log; > struct GL *gl;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 893422
:
850014
|
850016
| 850370