From b443f8471fffdc16fe927acbf8e40f2061e412dc Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 20 Jun 2014 23:04:29 +0200 Subject: 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. --- video/out/vo_xv.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'video/out') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 2150eb7fce..dcc9257003 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -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; } -- cgit v1.2.3