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

Gabucino gabucino at mplayerhq.hu
Sat Nov 15 11:50:25 CET 2003


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

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 10:49:38 -0000	1.24
@@ -1238,7 +1238,7 @@
 
 	if (is_g400 == -1)
 	{
-		printf("[mga] No supported cards found\n");
+		if (verbose) printf("[mga] Can't find chip\n");
 		return(ENXIO);
 	}
 



More information about the MPlayer-cvslog mailing list