[Mplayer-cvslog] CVS: main mplayer.c,1.38,1.39
GEREOFFY
arpi_esp at users.sourceforge.net
Sat Apr 7 23:42:42 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.11,1.12 cfg-mplayer.h,1.11,1.12 codec-cfg.c,1.5,1.6 codec-cfg.h,1.3,1.4 dec_audio.c,1.2,1.3 dll_init.c,1.4,1.5 mplayer.c,1.37,1.38 stheader.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv24454
Modified Files:
mplayer.c
Log Message:
missing codecs.conf is no more a WARNING, it's FATAL
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** mplayer.c 2001/04/07 21:27:57 1.38
--- mplayer.c 2001/04/07 21:42:40 1.39
***************
*** 534,538 ****
// check codec.conf
if(!parse_codec_cfg(get_path("codecs.conf"))){
! printf("Warning! Couldn't load codecs.conf!");
}
--- 534,539 ----
// check codec.conf
if(!parse_codec_cfg(get_path("codecs.conf"))){
! printf("(copy/link DOCS/codecs.conf to ~/.mplayer/codecs.conf)\n");
! exit(1);
}
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.11,1.12 cfg-mplayer.h,1.11,1.12 codec-cfg.c,1.5,1.6 codec-cfg.h,1.3,1.4 dec_audio.c,1.2,1.3 dll_init.c,1.4,1.5 mplayer.c,1.37,1.38 stheader.h,1.2,1.3
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list