Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 893422
Collapse All | Expand All

(-)a/video/out/opengl/context_rpi.c (+8 lines)
Lines 29-34 Link Here
29
#include "context.h"
29
#include "context.h"
30
#include "egl_helpers.h"
30
#include "egl_helpers.h"
31
31
32
#ifdef EGL_CAST
33
typedef struct {
34
    DISPMANX_ELEMENT_HANDLE_T element;
35
    int width;
36
    int height;
37
} EGL_DISPMANX_WINDOW_T;
38
#endif
39
32
struct priv {
40
struct priv {
33
    struct GL gl;
41
    struct GL gl;
34
    DISPMANX_DISPLAY_HANDLE_T display;
42
    DISPMANX_DISPLAY_HANDLE_T display;
(-)a/video/out/vo_rpi.c (+8 lines)
Lines 46-51 Link Here
46
#include "opengl/ra_gl.h"
46
#include "opengl/ra_gl.h"
47
#include "gpu/video.h"
47
#include "gpu/video.h"
48
48
49
#ifdef EGL_CAST
50
typedef struct {
51
    DISPMANX_ELEMENT_HANDLE_T element;
52
    int width;
53
    int height;
54
} EGL_DISPMANX_WINDOW_T;
55
#endif
56
49
struct mp_egl_rpi {
57
struct mp_egl_rpi {
50
    struct mp_log *log;
58
    struct mp_log *log;
51
    struct GL *gl;
59
    struct GL *gl;

Return to bug 893422