This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Revert Windows "warning" message.
Originally committed as revision 5294 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
20 years ago
parent
60dfd14778
commit
e1ffc3adb8
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/allcodecs.c
+ 0
- 4
libavcodec/allcodecs.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save