mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
struct timeval requires #include <sys/time.h>
patch by Dave Yeo daveryeo _at_ telus _dot_ net Originally committed as revision 14793 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e9e3c9801e
commit
e748e34dd6
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "avformat.h"
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#include "os_support.h"
|
||||
|
||||
#ifdef CONFIG_NETWORK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue