summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-07-10 21:52:04 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-07-10 21:52:04 +0000
commit7c37e504f0aaeca15fa4fcfda3ac1932cd158d57 (patch)
tree00af08d5c3284789aaee244422663e21c3c55c07 /ffmpeg.c
parent059eeabf35f866415d91ff2b5829d8ab2e7f43f9 (diff)
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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 34fcdcffc4..2f2bc711ab 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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();