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 /ffmpeg.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 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -44,11 +44,6 @@ #include <termios.h> #include <sys/resource.h> #endif -#ifdef CONFIG_OS2 -#include <sys/types.h> -#include <sys/select.h> -#include <stdlib.h> -#endif #undef time //needed because HAVE_AV_CONFIG_H is defined on top #include <time.h> @@ -3110,7 +3105,7 @@ static void opt_pass(const char *pass_str) do_pass = pass; } -#if defined(__MINGW32__) || defined(CONFIG_OS2) +#if defined(__MINGW32__) static int64_t getutime(void) { return av_gettime(); |