Mercurial > mplayer.hg
changeset 15043:e2b2c72aa971
100l for missing #ifdef in previous commit
author | wight |
---|---|
date | Sat, 02 Apr 2005 18:43:18 +0000 |
parents | 265d8b8adbbe |
children | 496f5e040ca6 |
files | cfg-common.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sat Apr 02 18:29:16 2005 +0000 +++ b/cfg-common.h Sat Apr 02 18:43:18 2005 +0000 @@ -6,7 +6,9 @@ {"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}, {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, +#ifdef WIN32 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL}, +#endif // ------------------------- stream options --------------------