From 9751659d95f2a39c8b57242bec179f781485e29e Mon Sep 17 00:00:00 2001 From: ramiro Date: Thu, 22 Nov 2007 02:27:39 +0000 Subject: [PATCH] os_support.h is also needed for usleep and lseek on MinGW. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11075 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- ffmpeg.c | 1 + libavformat/file.c | 1 + libavformat/http.c | 1 + 3 files changed, 3 insertions(+) diff --git a/ffmpeg.c b/ffmpeg.c index 42f0b218d..8ea5b3a6a 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -33,6 +33,7 @@ #include "opt.h" #include "fifo.h" #include "avstring.h" +#include "os_support.h" #if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES) #include diff --git a/libavformat/file.c b/libavformat/file.c index f61130694..6285c1bba 100644 --- a/libavformat/file.c +++ b/libavformat/file.c @@ -24,6 +24,7 @@ #include #include #include +#include "os_support.h" /* standard file protocol */ diff --git a/libavformat/http.c b/libavformat/http.c index 5bfd73688..240840a27 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -21,6 +21,7 @@ #include "avformat.h" #include #include "network.h" +#include "os_support.h" #include "base64.h" #include "avstring.h" -- 2.39.2