1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

MinGW has those include files.

Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-07-16 20:30:28 +00:00
parent 82e4ac2c97
commit 1fc44ed69e

View File

@ -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__)