diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-10 21:52:04 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-07-10 21:52:04 +0000 |
commit | 7c37e504f0aaeca15fa4fcfda3ac1932cd158d57 (patch) | |
tree | 00af08d5c3284789aaee244422663e21c3c55c07 /libavformat/os_support.c | |
parent | 059eeabf35f866415d91ff2b5829d8ab2e7f43f9 (diff) | |
download | ffmpeg-7c37e504f0aaeca15fa4fcfda3ac1932cd158d57.tar.gz |
Remove OS/2 support
Originally committed as revision 9586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r-- | libavformat/os_support.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c index e627367593..947679a143 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -24,9 +24,6 @@ #if defined(__MINGW32__) #include <sys/types.h> #include <sys/timeb.h> -#elif defined(CONFIG_OS2) -#include <string.h> -#include <sys/time.h> #else #include <unistd.h> #include <fcntl.h> |