[Mplayer-cvslog] CVS: main dec_video.c,1.58,1.59

Alex Beregszaszi alex at mplayer.dev.hu
Sat Nov 3 23:16:04 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv4098

Modified Files:
	dec_video.c 
Log Message:
sorry for the help_msg.h

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- dec_video.c	3 Nov 2001 21:57:07 -0000	1.58
+++ dec_video.c	3 Nov 2001 22:15:42 -0000	1.59
@@ -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;




More information about the MPlayer-cvslog mailing list