changeset 3238:21ba2e68ce03 libavcodec

warn user about crappy OS patch by (Steve Lhomme <steve.lhomme@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)
author michael
date Fri, 31 Mar 2006 13:06:24 +0000
parents c2bef2a233d2
children d92263225a77
files allcodecs.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/allcodecs.c	Fri Mar 31 09:59:53 2006 +0000
+++ b/allcodecs.c	Fri Mar 31 13:06:24 2006 +0000
@@ -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;