diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-04-15 14:15:09 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-04-15 14:15:09 +0000 |
commit | e1ffc3adb8dc533567b8aae25f4f31fcd9d4bf2d (patch) | |
tree | 09101bae0f8febcda140632589b7cb09cd430ae5 | |
parent | 60dfd147786ff8838d401b21dd71a30eebb75b53 (diff) | |
download | ffmpeg-e1ffc3adb8dc533567b8aae25f4f31fcd9d4bf2d.tar.gz |
Revert Windows "warning" message.
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/allcodecs.c | 4 |
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; |