[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec allcodecs.c,1.133,1.134

Michael Niedermayer CVS michael
Fri Mar 31 15:06:27 CEST 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv21164

Modified Files:
	allcodecs.c 
Log Message:
warn user about crappy OS patch by (Steve Lhomme <steve.lhomme at free.fr>)
trailing whitespace and init=1 nonsense removed by me
AV_LOG_ERROR -> AV_LOG_INFO (yes steve even though many like you think its an error to use such a OS i cant apply that to cvs, sorry)


Index: allcodecs.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/allcodecs.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- allcodecs.c	27 Mar 2006 22:22:50 -0000	1.133
+++ allcodecs.c	31 Mar 2006 13:06:24 -0000	1.134
@@ -34,6 +34,10 @@
 {
     static int inited = 0;
 
+#ifdef CONFIG_WIN32
+    av_log(NULL, AV_LOG_INFO, "Use a real OS!\n");
+#endif
+
     if (inited != 0)
         return;
     inited = 1;





More information about the ffmpeg-cvslog mailing list