Browse Source

Include os_support.h which has a fallback declaration of socklen_t

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
tags/v0.6
Dave Yeo Martin Storsjö 15 years ago
parent
commit
cbfa66d0cf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/rtsp.c

+ 1
- 0
libavformat/rtsp.c View File

@@ -30,6 +30,7 @@
#endif #endif
#include <strings.h> #include <strings.h>
#include "network.h" #include "network.h"
#include "os_support.h"
#include "rtsp.h" #include "rtsp.h"


#include "rtpdec.h" #include "rtpdec.h"


Loading…
Cancel
Save