diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 69df8178e3d39eacf512210a52749643ab7a9d64..f2d752095e4efb0b406a52fce004225df23bd666 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -34,10 +34,6 @@ void avcodec_register_all(void)
 {
     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;