summaryrefslogtreecommitdiff
path: root/ffmpeg/libavformat/os_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavformat/os_support.h')
-rw-r--r--ffmpeg/libavformat/os_support.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ffmpeg/libavformat/os_support.h b/ffmpeg/libavformat/os_support.h
index e5f31e0..7c7cd1f 100644
--- a/ffmpeg/libavformat/os_support.h
+++ b/ffmpeg/libavformat/os_support.h
@@ -54,8 +54,6 @@
#include <io.h>
#endif
#define mkdir(a, b) _mkdir(a)
-#else
-#include <sys/stat.h>
#endif
static inline int is_dos_path(const char *path)
@@ -86,11 +84,6 @@ static inline int is_dos_path(const char *path)
#endif
#endif
-#if defined(_WIN32) && !defined(__MINGW32CE__)
-int ff_win32_open(const char *filename, int oflag, int pmode);
-#define open ff_win32_open
-#endif
-
#if CONFIG_NETWORK
#if !HAVE_SOCKLEN_T
typedef int socklen_t;