summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 592dfe6243..be1ba84a12 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -87,7 +87,7 @@ const struct vo_driver *video_out_drivers[] =
#ifdef CONFIG_GL
&video_out_opengl_old,
#endif
-#ifdef CONFIG_VAAPI
+#if CONFIG_VAAPI
&video_out_vaapi,
#endif
#ifdef CONFIG_X11