Revert Windows "warning" message.
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user