[MPlayer-cvslog] CVS: main/loader win32.c,1.107,1.108
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Mar 24 09:12:06 CET 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ad_acm.c, 1.16, 1.17 ad_twin.c, 1.2, 1.3 ae_lame.c, 1.5, 1.6 vd.c, 1.83, 1.84 vd_ffmpeg.c, 1.159, 1.160 vd_vfw.c, 1.27, 1.28 vf_scale.c, 1.65, 1.66
- Next message: [MPlayer-cvslog] CVS: main/libvo vesa_lvo.c, 1.19, 1.20 vo_png.c, 1.27, 1.28 vo_sdl.c, 1.124, 1.125 vo_svga.c, 1.81, 1.82 vo_vesa.c, 1.109, 1.110 vo_xvmc.c, 1.25, 1.26 vosub_vidix.c, 1.65, 1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv19521/loader
Modified Files:
win32.c
Log Message:
Convert all if(verbose>X) to mp_msg_test calls.
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- win32.c 1 Dec 2005 21:59:24 -0000 1.107
+++ win32.c 24 Mar 2006 08:12:03 -0000 1.108
@@ -214,7 +214,7 @@
}
#endif
#ifdef MPLAYER
- if (verbose > 2)
+ if ( mp_msg_test(MSGT_WIN32,MSGL_DBG3) )
{
va_list va;
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs ad_acm.c, 1.16, 1.17 ad_twin.c, 1.2, 1.3 ae_lame.c, 1.5, 1.6 vd.c, 1.83, 1.84 vd_ffmpeg.c, 1.159, 1.160 vd_vfw.c, 1.27, 1.28 vf_scale.c, 1.65, 1.66
- Next message: [MPlayer-cvslog] CVS: main/libvo vesa_lvo.c, 1.19, 1.20 vo_png.c, 1.27, 1.28 vo_sdl.c, 1.124, 1.125 vo_svga.c, 1.81, 1.82 vo_vesa.c, 1.109, 1.110 vo_xvmc.c, 1.25, 1.26 vosub_vidix.c, 1.65, 1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list