From 83d7123dc32e7fb8b1e05ed21af845707d115295 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 30 Jun 2019 01:00:17 +0200 Subject: vo_gpu: remove mali-fbdev Useless at this point, I don't even know if it still works, or how to test it. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 30e5b16986..2ef2209d46 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -450,7 +450,6 @@ def build(ctx): ( "video/out/opengl/context_drm_egl.c", "egl-drm" ), ( "video/out/opengl/context_dxinterop.c","gl-dxinterop" ), ( "video/out/opengl/context_glx.c", "gl-x11" ), - ( "video/out/opengl/context_mali_fbdev.c","mali-fbdev" ), ( "video/out/opengl/context_rpi.c", "rpi" ), ( "video/out/opengl/context_vdpau.c", "vdpau-gl-x11" ), ( "video/out/opengl/context_wayland.c", "gl-wayland" ), -- cgit v1.2.3