From bebfaae66614e2ccc2b35e4190cd4cee058a4b99 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Nov 2014 00:12:04 +0100 Subject: vo_opengl: minimal EGL on X11 support Pretty useless and only good for testing. Does not include any form of GLES support. --- old-makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'old-makefile') 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 -- cgit v1.2.3