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

Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Ramiro Polla 17 years ago
parent 82821c913b
commit a5e979f42c
  1. 1
      ffmpeg.c
  2. 1
      libavformat/file.c
  3. 1
      libavformat/http.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 <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"

Loading…
Cancel
Save