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
Skip all includes for WinCE, instead of falling through to the #else case.
Originally committed as revision 4884 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
20 years ago
parent
39a64e3023
commit
fdc7b57042
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
libavformat/os_support.c
+ 3
- 1
libavformat/os_support.c
View File
@@ -18,7 +18,9 @@
*/
#include "config.h"
#include "avformat.h"
#if defined(CONFIG_WIN32) && !defined(CONFIG_WINCE)
#if defined(CONFIG_WINCE)
/* Skip includes on WinCE. */
#elif defined(CONFIG_WIN32)
#include <sys/types.h>
#include <sys/timeb.h>
#elif defined(CONFIG_OS2)
Write
Preview
Loading…
Cancel
Save