git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4704 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-02-14 22:03:42 +00:00
parent fe5e4d1c14
commit b7e2f52fba
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ unsigned int timer_start;
if(!parse_codec_cfg(get_path("codecs.conf"))){
if(!parse_codec_cfg(CONFDIR"/codecs.conf")){
mp_msg(MSGT_MENCODER,MSGL_HINT,MSGTR_CopyCodecsConf);
exit(0);
exit(1);
}
}