[FFmpeg-cvslog] r9707 - trunk/libavformat/os_support.c
ramiro
subversion
Mon Jul 16 22:30:28 CEST 2007
Author: ramiro
Date: Mon Jul 16 22:30:28 2007
New Revision: 9707
Log:
MinGW has those include files.
Modified:
trunk/libavformat/os_support.c
Modified: trunk/libavformat/os_support.c
==============================================================================
--- trunk/libavformat/os_support.c (original)
+++ trunk/libavformat/os_support.c Mon Jul 16 22:30:28 2007
@@ -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__)
More information about the ffmpeg-cvslog
mailing list