summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-04-15 14:15:09 +0000
committerDiego Biurrun <diego@biurrun.de>2006-04-15 14:15:09 +0000
commite1ffc3adb8dc533567b8aae25f4f31fcd9d4bf2d (patch)
tree09101bae0f8febcda140632589b7cb09cd430ae5 /libavcodec
parent60dfd147786ff8838d401b21dd71a30eebb75b53 (diff)
Revert Windows "warning" message.
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/allcodecs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 69df8178e3..f2d752095e 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;