[Mplayer-cvslog] CVS: main/vidix/drivers mga_vid.c,1.23,1.24

Gabucino gabucino at mplayerhq.hu
Sat Nov 15 10:57:47 CET 2003


Update of /cvsroot/mplayer/main/vidix/drivers
In directory mail:/var/tmp.root/cvs-serv2782/drivers

Modified Files:
	mga_vid.c 
Log Message:
message made similar to other vidix drivers' (and only print if -v)


Index: mga_vid.c
===================================================================
RCS file: /cvsroot/mplayer/main/vidix/drivers/mga_vid.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mga_vid.c	22 Oct 2003 13:47:27 -0000	1.23
+++ mga_vid.c	15 Nov 2003 09:57:19 -0000	1.24
@@ -1236,11 +1236,8 @@
 	    }
 	}
 
-	if (is_g400 == -1)
-	{
-		printf("[mga] No supported cards found\n");
-		return(ENXIO);
-	}
+	if (is_g400 == -1 && verbose) printf("[mga] Can't find chip\n");
+	return(ENXIO);
 
 card_found:
 	probed = 1;



More information about the MPlayer-cvslog mailing list