summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
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 /wscript_build.py
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 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 0 insertions, 1 deletions
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" ),