summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-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 c999138eee..b2aba3af7a 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -66,6 +66,9 @@ extern const struct vo_driver video_out_tct;
const struct vo_driver *const video_out_drivers[] =
{
+#if HAVE_GL
+ &video_out_opengl_cb,
+#endif
#if HAVE_ANDROID
&video_out_mediacodec_embed,
#endif
@@ -104,9 +107,6 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_ENCODING
&video_out_lavc,
#endif
-#if HAVE_GL
- &video_out_opengl_cb,
-#endif
NULL
};