mirror of https://git.ffmpeg.org/ffmpeg.git
os_support.h is also needed for usleep and lseek on MinGW.
Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
82821c913b
commit
a5e979f42c
1
ffmpeg.c
1
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 <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…
Reference in New Issue