Mercurial > mplayer.hg
changeset 304:662f876d77e9
missing codecs.conf is no more a WARNING, it's FATAL
author | arpi_esp |
---|---|
date | Sat, 07 Apr 2001 21:42:40 +0000 |
parents | 828ec81e0d64 |
children | 6c3a6322f81c |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Sat Apr 07 21:27:57 2001 +0000 +++ b/mplayer.c Sat Apr 07 21:42:40 2001 +0000 @@ -533,7 +533,8 @@ // check codec.conf if(!parse_codec_cfg(get_path("codecs.conf"))){ - printf("Warning! Couldn't load codecs.conf!"); + printf("(copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf)\n"); + exit(1); }