comparison cfg-common-opts.h @ 30855:977fd535cc9d

Add -codecpath option. It allows to search binary codecs in non-standard directories.
author komh
date Mon, 15 Mar 2010 08:30:06 +0000
parents 3d23e24c5c60
children e907ff9e7e77
comparison
equal deleted inserted replaced
30854:0651155480a5 30855:977fd535cc9d
37 {"msgcharset", &mp_msg_charset, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL}, 37 {"msgcharset", &mp_msg_charset, CONF_TYPE_STRING, CONF_GLOBAL, 0, 0, NULL},
38 #endif 38 #endif
39 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL}, 39 {"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
40 #ifdef CONFIG_PRIORITY 40 #ifdef CONFIG_PRIORITY
41 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL}, 41 {"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
42 #endif
43 #ifdef CONFIG_WIN32DLL
44 {"codecpath", &codec_path, CONF_TYPE_STRING, 0, 0, 0, NULL},
42 #endif 45 #endif
43 {"noconfig", noconfig_opts, CONF_TYPE_SUBCONFIG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 0, NULL}, 46 {"noconfig", noconfig_opts, CONF_TYPE_SUBCONFIG, CONF_GLOBAL|CONF_NOCFG|CONF_PRE_PARSE, 0, 0, NULL},
44 47
45 // ------------------------- stream options -------------------- 48 // ------------------------- stream options --------------------
46 49