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:
wm4 2014-06-20 23:04:29 +02:00
parent f5e1756475
commit b443f8471f
1 changed files with 2 additions and 10 deletions

View File

@ -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;
}