From 2b5da4804cbd54ee780d5abddd17d83fbd2cddec Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 22 Sep 2017 05:35:26 +0200 Subject: build: make vo_gpu + infrastructure non-optional Also readd the the error message for when no GL backends are found (why was this removed?). --- video/out/vo.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out') diff --git a/video/out/vo.c b/video/out/vo.c index a40360b188..e9ef80f6af 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -70,9 +70,7 @@ const struct vo_driver *const video_out_drivers[] = #if HAVE_RPI &video_out_rpi, #endif -#if HAVE_GPU &video_out_gpu, -#endif #if HAVE_VDPAU &video_out_vdpau, #endif -- cgit v1.2.3