From 3611d1bf9ba6f34909108166aaa21deaffc72c57 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 23 Sep 2012 16:10:00 +0200 Subject: VO: actually rename VOs gl -> opengl-old, gl3 -> opengl This renames vo_gl3 to vo_opengl, and makes it the default. The old vo_gl is still available under "opengl-old". We keep "gl3" as alias to "opengl" for short-term compatibility. For OSX/Cocoa, the autoprobe order changes (prefer the "opengl" over "opengl-old"). Remove "gl_nosw". This was a compatibility alias for "opengl-old", and there's no point in keeping it. --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 65c9731c53..7dc4137a3d 100644 --- a/mplayer.c +++ b/mplayer.c @@ -186,7 +186,7 @@ static const char av_desync_help_text[] = _( " If you have PulseAudio, try --ao=alsa .\n" "- Slow video output.\n" " Try a different -vo driver (-vo help for a list) or try -framedrop!\n" -"- Playing a video file with --vo=gl/gl3 with higher FPS than your monitor.\n" +"- Playing a video file with --vo=opengl with higher FPS than the monitor.\n" " This is due to vsync limiting the framerate. Try --no-vsync, or a\n" " different VO.\n" "- Playing from a slow network source.\n" -- cgit v1.2.3