[MPlayer-cvslog] CVS: main/libvo vo_gl.c,1.104,1.105

Reimar Döffinger CVS syncmail at mplayerhq.hu
Thu Oct 13 21:15:32 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv5958

Modified Files:
	vo_gl.c 
Log Message:
Be less verbose.


Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- vo_gl.c	1 Oct 2005 12:53:49 -0000	1.104
+++ vo_gl.c	13 Oct 2005 19:15:30 -0000	1.105
@@ -759,10 +759,9 @@
     else
       gl_target = GL_TEXTURE_2D;
     if (many_fmts)
-      mp_msg (MSGT_VO, MSGL_WARN, "[gl] using extended formats.\n"
-               "Make sure you have OpenGL >= 1.2 and used corresponding "
-               "headers for compiling!\n");
-    mp_msg (MSGT_VO, MSGL_INFO, "[gl] Using %d as slice height "
+      mp_msg (MSGT_VO, MSGL_INFO, "[gl] using extended formats. "
+               "Use -vo gl:manyfmts if playback fails.\n");
+    mp_msg (MSGT_VO, MSGL_V, "[gl] Using %d as slice height "
              "(0 means image height).\n", slice_height);
     if( !vo_init() ) return -1; // Can't open X11
 




More information about the MPlayer-cvslog mailing list