summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-02 00:25:30 +0200
committerwm4 <wm4@nowhere>2015-07-02 00:25:30 +0200
commitc169292902f59adcb4bc6bcf8bd4db89d5ce2e78 (patch)
tree2d3d4f3afcf021837934cc04cb210330818a7567 /video/out/gl_common.h
parent99bc0497453b79beea42a6d6986b1282d9137706 (diff)
downloadmpv-c169292902f59adcb4bc6bcf8bd4db89d5ce2e78.tar.bz2
mpv-c169292902f59adcb4bc6bcf8bd4db89d5ce2e78.tar.xz
vo_opengl: update EGL code
Use the newer internal GL backend API.
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index a48ce93968..0df44c75ec 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -157,7 +157,6 @@ int mpgl_validate_backend_opt(struct mp_log *log, const struct m_option *opt,
void mpgl_set_backend_cocoa(MPGLContext *ctx);
void mpgl_set_backend_w32(MPGLContext *ctx);
-void mpgl_set_backend_x11egl(MPGLContext *ctx);
void mpgl_set_backend_wayland(MPGLContext *ctx);
void mpgl_set_backend_rpi(MPGLContext *ctx);