Commit a5e979f4 authored by Ramiro Polla's avatar Ramiro Polla

os_support.h is also needed for usleep and lseek on MinGW.

Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 82821c91
......@@ -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 <windows.h>
......
......@@ -24,6 +24,7 @@
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include "os_support.h"
/* standard file protocol */
......
......@@ -21,6 +21,7 @@
#include "avformat.h"
#include <unistd.h>
#include "network.h"
#include "os_support.h"
#include "base64.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