summaryrefslogtreecommitdiffstats
path: root/video/out/gpu
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-30 01:00:17 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commit83d7123dc32e7fb8b1e05ed21af845707d115295 (patch)
treecd9df87968d48507dea631ba00f84bee3686d84f /video/out/gpu
parentba31c15c72e080735ef8451fe9a4728f0bceb1d7 (diff)
downloadmpv-83d7123dc32e7fb8b1e05ed21af845707d115295.tar.bz2
mpv-83d7123dc32e7fb8b1e05ed21af845707d115295.tar.xz
vo_gpu: remove mali-fbdev
Useless at this point, I don't even know if it still works, or how to test it.
Diffstat (limited to 'video/out/gpu')
-rw-r--r--video/out/gpu/context.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/gpu/context.c b/video/out/gpu/context.c
index 68ccf954db..767d4612e8 100644
--- a/video/out/gpu/context.c
+++ b/video/out/gpu/context.c
@@ -44,7 +44,6 @@ extern const struct ra_ctx_fns ra_ctx_angle;
extern const struct ra_ctx_fns ra_ctx_dxgl;
extern const struct ra_ctx_fns ra_ctx_rpi;
extern const struct ra_ctx_fns ra_ctx_android;
-extern const struct ra_ctx_fns ra_ctx_mali_fbdev;
extern const struct ra_ctx_fns ra_ctx_vdpauglx;
/* Vulkan */
@@ -91,9 +90,6 @@ static const struct ra_ctx_fns *contexts[] = {
#if HAVE_EGL_DRM
&ra_ctx_drm_egl,
#endif
-#if HAVE_MALI_FBDEV
- &ra_ctx_mali_fbdev,
-#endif
#if HAVE_VDPAU_GL_X11
&ra_ctx_vdpauglx,
#endif