# HG changeset patch # User alex # Date 1004825742 0 # Node ID b082c01f6cec71702001ed11a84e2227cc36ec68 # Parent 39b8b9069f41b0454cdea582984437bda2d8bdf7 sorry for the help_msg.h diff -r 39b8b9069f41 -r b082c01f6cec dec_video.c --- 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;