From e02c9b9902f5bd356088cfbff3b9c333e50f1e47 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Apr 2018 20:03:24 +0200 Subject: build: make encoding mode non-optional Makes it easier to not break the build by confusing the ifdeffery. --- video/out/vo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video') 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 }; -- cgit v1.2.3