comparison mencoder.c @ 18888:ab29b3c4f94e

parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
author reynaldo
date Mon, 03 Jul 2006 23:18:06 +0000
parents bee3186a06f7
children 9e95ac641e77
comparison
equal deleted inserted replaced
18887:24f323d637eb 18888:ab29b3c4f94e
300 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting); 300 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting);
301 301
302 exit(level); 302 exit(level);
303 } 303 }
304 304
305 void parse_cfgfiles( m_config_t* conf ) 305 static void parse_cfgfiles( m_config_t* conf )
306 { 306 {
307 char *conffile; 307 char *conffile;
308 if ((conffile = get_path("mencoder.conf")) == NULL) { 308 if ((conffile = get_path("mencoder.conf")) == NULL) {
309 mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem); 309 mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem);
310 } else { 310 } else {