changeset 3262:b7d637f68f49 libavcodec

Revert Windows "warning" message.
author diego
date Sat, 15 Apr 2006 14:15:09 +0000
parents 61bf38dbf774
children f554f78569b6
files allcodecs.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/allcodecs.c	Sat Apr 15 12:52:01 2006 +0000
+++ b/allcodecs.c	Sat Apr 15 14:15:09 2006 +0000
@@ -34,10 +34,6 @@
 {
     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;