projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24080f
)
Using struct timeval requires sys/time.h, fixes compilation on some OSes
author
Dave Yeo
<daveryeo@telus.net>
Wed, 10 Mar 2010 07:43:56 +0000
(07:43 +0000)
committer
Martin Storsjö
<martin@martin.st>
Wed, 10 Mar 2010 07:43:56 +0000
(07:43 +0000)
Patch by Dave Yeo, daveryeo at telus dot net
Originally committed as revision 22425 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpproto.c
patch
|
blob
|
history
diff --git
a/libavformat/rtpproto.c
b/libavformat/rtpproto.c
index bb4aa31a1afa794e788efb25091f9c4d5b761bad..ac8c3dbd6d27598278570f98c1a0ec3b30cb9ddf 100644
(file)
--- a/
libavformat/rtpproto.c
+++ b/
libavformat/rtpproto.c
@@
-36,6
+36,7
@@
#if HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
+#include <sys/time.h>
#define RTP_TX_BUF_SIZE (64 * 1024)
#define RTP_RX_BUF_SIZE (128 * 1024)