From 2fcd5271eb045e235c281faa73d8676c4bcea4b3 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 27 Aug 2018 13:06:38 -0700 Subject: Reintroduce vo_wayland as vo_wlshm vo_wayland was removed during the wayland rewrite done in 0.28. However, it is still useful for systems that do not have OpenGL. The new wayland_common code makes vo_wayland much simpler, and eliminates many of the issues the previous vo_wayland had. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 63273898f3..1fed29ceea 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -488,6 +488,7 @@ def build(ctx): ( "video/out/vo_tct.c" ), ( "video/out/vo_vaapi.c", "vaapi-x11 && gpl" ), ( "video/out/vo_vdpau.c", "vdpau" ), + ( "video/out/vo_wlshm.c", "wayland" ), ( "video/out/vo_x11.c" , "x11" ), ( "video/out/vo_xv.c", "xv" ), ( "video/out/vulkan/context.c", "vulkan" ), -- cgit v1.2.3