mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
vo_xv: de-ancient some help messages
One message pointed to a removed file, so just get rid of the messages. They were helpful in the earlier 2000s, but now they're just confusing.
This commit is contained in:
parent
f5e1756475
commit
b443f8471f
@ -789,17 +789,9 @@ static int preinit(struct vo *vo)
|
||||
}
|
||||
if (!ctx->xv_port) {
|
||||
if (busy_ports)
|
||||
MP_ERR(vo,
|
||||
"Could not find free Xvideo port - maybe another process is already\n"\
|
||||
"using it. Close all video applications, and try again. If that does\n"\
|
||||
"not help, see 'mpv -vo help' for other (non-xv) video out drivers.\n");
|
||||
MP_ERR(vo, "Xvideo ports busy.\n");
|
||||
else
|
||||
MP_ERR(vo,
|
||||
"It seems there is no Xvideo support for your video card available.\n"\
|
||||
"Run 'xvinfo' to verify its Xv support and read\n"\
|
||||
"DOCS/HTML/en/video.html#xv!\n"\
|
||||
"See 'mpv -vo help' for other (non-xv) video out drivers.\n"\
|
||||
"Try -vo x11.\n");
|
||||
MP_ERR(vo, "No Xvideo support found.\n");
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user