summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-04 00:12:04 +0100
committerwm4 <wm4@nowhere>2014-11-04 01:41:37 +0100
commitbebfaae66614e2ccc2b35e4190cd4cee058a4b99 (patch)
tree7d02bce27681696a4f353e5f985eae435ad6d1c5 /old-makefile
parentdc1d851c92f6c10014c964f601d770afd2d92522 (diff)
downloadmpv-bebfaae66614e2ccc2b35e4190cd4cee058a4b99.tar.bz2
mpv-bebfaae66614e2ccc2b35e4190cd4cee058a4b99.tar.xz
vo_opengl: minimal EGL on X11 support
Pretty useless and only good for testing. Does not include any form of GLES support.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/old-makefile b/old-makefile
index 9138bee60f..d7d1b96be5 100644
--- a/old-makefile
+++ b/old-makefile
@@ -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