[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
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux aviprint.c, 1.19, 1.20 cache2.c, 1.27, 1.28 demux_aac.c, 1.4, 1.5 demux_mkv.c, 1.48, 1.49 demux_ogg.c, 1.79, 1.80 demux_ts.c, 1.35, 1.36 demux_ty.c, 1.8, 1.9 demux_vqf.c, 1.3, 1.4 muxer_lavf.c, 1.10, 1.11 muxer_mpeg.c, 1.20, 1.21 network.c, 1.117, 1.118 stream.c, 1.79, 1.80 stream_file.c, 1.9, 1.10 stream_ftp.c, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main mencoder.c,1.307,1.308
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux aviprint.c, 1.19, 1.20 cache2.c, 1.27, 1.28 demux_aac.c, 1.4, 1.5 demux_mkv.c, 1.48, 1.49 demux_ogg.c, 1.79, 1.80 demux_ts.c, 1.35, 1.36 demux_ty.c, 1.8, 1.9 demux_vqf.c, 1.3, 1.4 muxer_lavf.c, 1.10, 1.11 muxer_mpeg.c, 1.20, 1.21 network.c, 1.117, 1.118 stream.c, 1.79, 1.80 stream_file.c, 1.9, 1.10 stream_ftp.c, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main mencoder.c,1.307,1.308
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list