Commit 9751659d authored by ramiro's avatar ramiro

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
parent e6ec1f61
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "opt.h" #include "opt.h"
#include "fifo.h" #include "fifo.h"
#include "avstring.h" #include "avstring.h"
#include "os_support.h"
#if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES) #if !defined(HAVE_GETRUSAGE) && defined(HAVE_GETPROCESSTIMES)
#include <windows.h> #include <windows.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/time.h> #include <sys/time.h>
#include <stdlib.h> #include <stdlib.h>
#include "os_support.h"
/* standard file protocol */ /* standard file protocol */
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "avformat.h" #include "avformat.h"
#include <unistd.h> #include <unistd.h>
#include "network.h" #include "network.h"
#include "os_support.h"
#include "base64.h" #include "base64.h"
#include "avstring.h" #include "avstring.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment