vo_opengl: minimal EGL on X11 support

Pretty useless and only good for testing.

Does not include any form of GLES support.
This commit is contained in:
wm4
2014-11-04 00:12:04 +01:00
parent dc1d851c92
commit bebfaae666
7 changed files with 188 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ SOURCES-$(ENCODING) += video/out/vo_lavc.c audio/out/ao_lavc.c \
common/encode_lavc.c
SOURCES-$(GL_X11) += video/out/x11_common.c video/out/gl_x11.c
SOURCES-$(EGL_X11) += video/out/x11_common.c video/out/gl_x11egl.c
SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \
video/out/gl_wayland.c