summaryrefslogtreecommitdiff
path: root/ffmpeg/libavformat/os_support.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavformat/os_support.h
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
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;