This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
os_support.h is also needed for usleep and lseek on MinGW.
Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla
18 years ago
parent
82821c913b
commit
a5e979f42c
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ffmpeg.c
+1
-0
libavformat/file.c
+1
-0
libavformat/http.c
+ 1
- 0
ffmpeg.c
View File
@@ -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>
+ 1
- 0
libavformat/file.c
View File
@@ -24,6 +24,7 @@
#include <unistd.h>
#include <sys/time.h>
#include <stdlib.h>
#include "os_support.h"
/* standard file protocol */
+ 1
- 0
libavformat/http.c
View File
@@ -21,6 +21,7 @@
#include "avformat.h"
#include <unistd.h>
#include "network.h"
#include "os_support.h"
#include "base64.h"
#include "avstring.h"
Write
Preview
Loading…
Cancel
Save