summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
committerwm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
commit724f722d7f284076e717d59c8565b7ed27dadae3 (patch)
treeb388e76fa14ba356a4cd96d842ad0617a9c4568f /video/out/vo.c
parent21322a016e74ddf20cffaab5d621db1cf694eaa5 (diff)
downloadmpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.bz2
mpv-724f722d7f284076e717d59c8565b7ed27dadae3.tar.xz
vo_opengl_old: remove this VO
At this point, there is probably no hardware left that doesn't do OpenGL 2.1, and at the same time is fast enough to handle video.
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 251f32e6af..53a32a72ed 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -54,7 +54,6 @@ extern const struct vo_driver video_out_vdpau;
extern const struct vo_driver video_out_xv;
extern const struct vo_driver video_out_opengl;
extern const struct vo_driver video_out_opengl_hq;
-extern const struct vo_driver video_out_opengl_old;
extern const struct vo_driver video_out_opengl_cb;
extern const struct vo_driver video_out_null;
extern const struct vo_driver video_out_image;
@@ -84,9 +83,6 @@ const struct vo_driver *const video_out_drivers[] =
#if HAVE_SDL2
&video_out_sdl,
#endif
-#if HAVE_GL
- &video_out_opengl_old,
-#endif
#if HAVE_VAAPI
&video_out_vaapi,
#endif