summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 82eb78ff6e..696f755cf8 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -80,6 +80,9 @@ const struct vo_driver *const video_out_drivers[] =
&video_out_direct3d_shaders,
&video_out_direct3d,
#endif
+#if HAVE_WAYLAND
+ &video_out_wayland,
+#endif
#if HAVE_XV
&video_out_xv,
#endif
@@ -108,9 +111,6 @@ const struct vo_driver *const video_out_drivers[] =
&video_out_opengl_hq,
&video_out_opengl_cb,
#endif
-#if HAVE_WAYLAND
- &video_out_wayland,
-#endif
NULL
};