diff allcodecs.c @ 3262:b7d637f68f49 libavcodec

Revert Windows "warning" message.
author diego
date Sat, 15 Apr 2006 14:15:09 +0000
parents 226ffbb6fd02
children 93110d5554ab
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;