# HG changeset patch # User reimar # Date 1267294822 0 # Node ID e41d1c03cea4d5dd1ec353360944810ee514f7b4 # Parent 1547f30c53b00ab09dbf192436e44de9e5a21c1e Update -vo gl info structs, it isn't X11-only since ages and there's basically no code left from Arpi and it's unlikely the email address is still working anyway. diff -r 1547f30c53b0 -r e41d1c03cea4 libvo/vo_gl.c --- a/libvo/vo_gl.c Sat Feb 27 18:17:33 2010 +0000 +++ b/libvo/vo_gl.c Sat Feb 27 18:20:22 2010 +0000 @@ -39,9 +39,9 @@ static const vo_info_t info = { - "X11 (OpenGL)", + "OpenGL", "gl", - "Arpad Gereoffy ", + "Reimar Doeffinger ", "" }; @@ -50,9 +50,9 @@ static const vo_info_t info_nosw = { - "X11 (OpenGL) no software rendering", + "OpenGL no software rendering", "gl_nosw", - "Arpad Gereoffy ", + "Reimar Doeffinger ", "" }; static int preinit_nosw(const char *arg);