[MPlayer-cvslog] CVS: main cfg-mplayer.h, 1.255, 1.256 cfg-common.h, 1.150, 1.151
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Dec 11 19:05:25 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux tv.c, 1.76, 1.77 demux_ty.c, 1.11, 1.12 demux_real.c, 1.75, 1.76 demux_pva.c, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main configure,1.1107,1.1108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv4344
Modified Files:
cfg-mplayer.h cfg-common.h
Log Message:
Make -really-quiet a common option.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- cfg-mplayer.h 16 Nov 2005 16:51:48 -0000 1.255
+++ cfg-mplayer.h 11 Dec 2005 18:05:23 -0000 1.256
@@ -394,7 +394,6 @@
#undef MAIN_CONF
{"identify", &identify, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
- {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL, 0, -10, NULL},
{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
{"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- cfg-common.h 6 Dec 2005 08:45:06 -0000 1.150
+++ cfg-common.h 11 Dec 2005 18:05:23 -0000 1.151
@@ -3,6 +3,7 @@
// ------------------------- common options --------------------
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
+ {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL, 0, -10, NULL},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
{"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux tv.c, 1.76, 1.77 demux_ty.c, 1.11, 1.12 demux_real.c, 1.75, 1.76 demux_pva.c, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main configure,1.1107,1.1108
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list