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:
parent
ee6ac5b10c
commit
b01ec90b28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user