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 8adabc70e2..acad2cf69f 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -67,12 +67,12 @@ extern const struct vo_driver video_out_wayland;
const struct vo_driver *const video_out_drivers[] =
{
-#if HAVE_VDPAU
- &video_out_vdpau,
-#endif
#if HAVE_GL
&video_out_opengl,
#endif
+#if HAVE_VDPAU
+ &video_out_vdpau,
+#endif
#if HAVE_DIRECT3D
&video_out_direct3d_shaders,
&video_out_direct3d,