diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-16 20:30:28 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-16 20:30:28 +0000 |
commit | 1fc44ed69e009553a5fb2c703f0d60a81d2755ed (patch) | |
tree | 44fe97b69446b4cb35bdd29c43d30787bbf8596a /libavformat | |
parent | 82e4ac2c97a1ed1e89f54b33dba502d5baaa61ab (diff) | |
download | ffmpeg-1fc44ed69e009553a5fb2c703f0d60a81d2755ed.tar.gz |
MinGW has those include files.
Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/os_support.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c index 5a8bb9ecd1..e28a7bc748 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -21,10 +21,8 @@ */ #include "config.h" #include "avformat.h" -#if !defined(__MINGW32__) #include <unistd.h> #include <fcntl.h> -#endif #ifndef HAVE_SYS_POLL_H #if defined(__MINGW32__) |