[SCM] libav/experimental: Include os_support.h which has a fallback declaration of socklen_t

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:04:00 UTC 2013


The following commit has been merged in the experimental branch:
commit cbfa66d0cf652f65a7daa9e17d5c41e00399a150
Author: Dave Yeo <daveryeo at telus.net>
Date:   Wed Mar 10 07:44:51 2010 +0000

    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

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 8ade1c6..57406a1 100644
--- 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"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list