[MPlayer-cvslog] CVS: main/libvo gl_common.c,1.43,1.44

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun May 14 01:06:21 CEST 2006


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	gl_common.c 
Log Message:
show OpenGL extension string with -v, very helpful for debugging


Index: gl_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- gl_common.c	13 May 2006 23:03:19 -0000	1.43
+++ gl_common.c	13 May 2006 23:06:18 -0000	1.44
@@ -297,6 +297,7 @@
   strcpy(allexts, extensions);
   strcat(allexts, " ");
   strcat(allexts, ext2);
+  mp_msg(MSGT_VO, MSGL_V, "OpenGL extensions string:\n%s\n", allexts);
   if (!getProcAddress)
     getProcAddress = setNull;
   for (dsc = extfuncs; dsc->funcptr; dsc++) {




More information about the MPlayer-cvslog mailing list