1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

sorry for the help_msg.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2661 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-03 22:15:42 +00:00
parent ee6ac5b10c
commit b01ec90b28

View File

@ -250,7 +250,8 @@ switch(sh_video->codec->driver){
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;