git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611b17d
)
Include os_support.h which has a fallback declaration of socklen_t
author
Dave Yeo
<daveryeo@telus.net>
Wed, 10 Mar 2010 07:44:51 +0000
(07:44 +0000)
committer
Martin Storsjö
<martin@martin.st>
Wed, 10 Mar 2010 07:44:51 +0000
(07:44 +0000)
This fixes compilation on some OSes
Patch by Dave Yeo, daveryeo at telus dot net
Originally committed as revision 22426 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
patch
|
blob
|
history
diff --git
a/libavformat/rtsp.c
b/libavformat/rtsp.c
index
8ade1c6
..
57406a1
100644
(file)
--- a/
libavformat/rtsp.c
+++ b/
libavformat/rtsp.c
@@
-30,6
+30,7
@@
#endif
#include <strings.h>
#include "network.h"
+#include "os_support.h"
#include "rtsp.h"
#include "rtpdec.h"