summaryrefslogtreecommitdiffstats
path: root/dec_video.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 22:15:42 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-03 22:15:42 +0000
commitb01ec90b2869f9bb89916f371129b6ca5ebf59db (patch)
tree0bbbb03987fa06213f5e2d6c8e85f5699c76a874 /dec_video.c
parentee6ac5b10c625198e3cbc3bccaa86427e0bddaa3 (diff)
downloadmpv-b01ec90b2869f9bb89916f371129b6ca5ebf59db.tar.bz2
mpv-b01ec90b2869f9bb89916f371129b6ca5ebf59db.tar.xz
sorry for the help_msg.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2661 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dec_video.c')
-rw-r--r--dec_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dec_video.c b/dec_video.c
index d5a21fe3c0..6d4f92b192 100644
--- a/dec_video.c
+++ b/dec_video.c
@@ -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;