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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index acae4f2acb..9ecfd76a1f 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -101,9 +101,7 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_DRM
&video_out_drm,
#endif
-#if HAVE_ENCODING
&video_out_lavc,
-#endif
NULL
};