Mercurial > mplayer.hg
changeset 2660:b082c01f6cec
sorry for the help_msg.h
author | alex |
---|---|
date | Sat, 03 Nov 2001 22:15:42 +0000 |
parents | 39b8b9069f41 |
children | 11f4c2b2b70f |
files | dec_video.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dec_video.c Sat Nov 03 21:57:07 2001 +0000 +++ b/dec_video.c Sat Nov 03 22:15:42 2001 +0000 @@ -250,7 +250,8 @@ int ret=xacodec_init_video(sh_video,out_fmt); if(!ret) return 0; #else - mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_NoXAnimSupport); +// mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_NoXAnimSupport); + mp_msg(MSGT_DECVIDEO, MSGL_ERR, "MPlayer was compiled WIHTOUT XAnim support!\n"); return 0; #endif break;