From bf9b9c3bd0d0fe9d9116cbe287559bad5efe00fc Mon Sep 17 00:00:00 2001 From: Alexander Preisinger Date: Thu, 28 Feb 2013 19:55:02 +0100 Subject: wayland: add wayland support All wayland only specific routines are placed in wayland_common. This makes it easier to write other video outputs. The EGL specific parts, as well as opengl context creation, are in gl_common. This backend works for: * opengl-old * opengl * opengl-hq To use it just specify the opengl backend --vo=opengl:backend=wayland or disable the x11 build. Don't forget to set EGL_PLATFORM to wayland. Co-Author: Scott Moreau (Sorry I lost the old commit history due to the file structure changes) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91eda102b6..21c9f74bbb 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ SOURCES-$(ENCODING) += video/out/vo_lavc.c audio/out/ao_lavc.c \ core/encode_lavc.c SOURCES-$(GL_WIN32) += video/out/w32_common.c SOURCES-$(GL_X11) += video/out/x11_common.c +SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c SOURCES-$(JACK) += audio/out/ao_jack.c SOURCES-$(JOYSTICK) += core/input/joystick.c -- cgit v1.2.3