[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
- Previous message: [Mplayer-cvslog] CVS: main dec_video.c,1.57,1.58 help_mp-en.h,1.11,1.12 xacodec.c,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.19,1.20 cfg-mencoder.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Mplayer-cvslog] CVS: main dec_video.c,1.57,1.58 help_mp-en.h,1.11,1.12 xacodec.c,1.21,1.22
- Next message: [Mplayer-cvslog] CVS: main mencoder.c,1.19,1.20 cfg-mencoder.h,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list