Commit dd0f8b58 authored by diego's avatar diego

Revert Windows "warning" message.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5294 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent db2a8ebc
...@@ -34,10 +34,6 @@ void avcodec_register_all(void) ...@@ -34,10 +34,6 @@ void avcodec_register_all(void)
{ {
static int inited = 0; static int inited = 0;
#ifdef CONFIG_WIN32
av_log(NULL, AV_LOG_INFO, "Use a real OS!\n");
#endif
if (inited != 0) if (inited != 0)
return; return;
inited = 1; inited = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment