aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
committerGravatar wm4 <wm4@nowhere>2015-01-20 21:15:04 +0100
commit724f722d7f284076e717d59c8565b7ed27dadae3 (patch)
treeb388e76fa14ba356a4cd96d842ad0617a9c4568f /video/out/gl_common.c
parent21322a016e74ddf20cffaab5d621db1cf694eaa5 (diff)
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/gl_common.c')
-rw-r--r--video/out/gl_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index dcfaf32398..3eeef29ea5 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -960,8 +960,6 @@ MPGLContext *mpgl_init(struct vo *vo, const char *backend_name,
if (gl_flavor >= 210 && !(ctx->gl->mpgl_caps & MPGL_CAP_GL21)) {
MP_WARN(ctx->vo, "At least OpenGL 2.1 required.\n");
- if (!vo->probing && (ctx->gl->mpgl_caps & MPGL_CAP_GL_LEGACY))
- MP_WARN(ctx->vo, "Try with: --vo=opengl-old\n");
goto cleanup;
} else if (gl_flavor < 210 && !(ctx->gl->mpgl_caps & MPGL_CAP_GL_LEGACY)) {
MP_WARN(ctx->vo, "OpenGL context creation failed!\n");