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:
db01fa1
)
Add needed include, make it compile without -D_BSD_SOURCE.
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 12 Aug 2008 21:02:37 +0000
(21:02 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 12 Aug 2008 21:02:37 +0000
(21:02 +0000)
Originally committed as revision 14718 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtpproto.c
patch
|
blob
|
history
diff --git
a/libavformat/rtpproto.c
b/libavformat/rtpproto.c
index
99fae3a
..
7edd101
100644
(file)
--- a/
libavformat/rtpproto.c
+++ b/
libavformat/rtpproto.c
@@
-32,6
+32,7
@@
#include "network.h"
#include "os_support.h"
#include <fcntl.h>
+#include <sys/select.h>
#define RTP_TX_BUF_SIZE (64 * 1024)
#define RTP_RX_BUF_SIZE (128 * 1024)