diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-09 07:16:31 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-09 07:16:38 +0200 |
commit | 0dc17da30825c9bda5afef646ef3494fecce646a (patch) | |
tree | 791efd68a827963ba87ac86f0d257e852d073bd8 /libavformat/os_support.h | |
parent | 18be3fac1d04e02bace8fe6e6375b6d14f411514 (diff) | |
parent | dfc6b5c81491abf7effb97b23af17ccf7adcd132 (diff) | |
download | ffmpeg-0dc17da30825c9bda5afef646ef3494fecce646a.tar.gz |
Merge commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132'
* commit 'dfc6b5c81491abf7effb97b23af17ccf7adcd132':
file: Move win32 utf8->wchar open wrapper to libavutil
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/os_support.h')
-rw-r--r-- | libavformat/os_support.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index e5f31e05a4..b0f02c11f1 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -86,11 +86,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; |