summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-09-22 05:35:26 +0200
committerwm4 <wm4@nowhere>2017-09-22 05:35:26 +0200
commit2b5da4804cbd54ee780d5abddd17d83fbd2cddec (patch)
treed2215162aeb97570998a548a56c9e7d55c237d97 /video/out
parent2b855739d50ff924a8124bc61f72a375a88af06f (diff)
downloadmpv-2b5da4804cbd54ee780d5abddd17d83fbd2cddec.tar.bz2
mpv-2b5da4804cbd54ee780d5abddd17d83fbd2cddec.tar.xz
build: make vo_gpu + infrastructure non-optional
Also readd the the error message for when no GL backends are found (why was this removed?).
Diffstat (limited to 'video/out')
-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 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