[FFmpeg-cvslog] r25422 - trunk/libavformat/sapenc.c
mstorsjo
subversion
Sat Oct 9 11:16:40 CEST 2010
Author: mstorsjo
Date: Sat Oct 9 11:16:40 2010
New Revision: 25422
Log:
sapenc: Include os_support.h, to provide a fallback definition for socklen_t
Modified:
trunk/libavformat/sapenc.c
Modified: trunk/libavformat/sapenc.c
==============================================================================
--- trunk/libavformat/sapenc.c Sat Oct 9 01:45:06 2010 (r25421)
+++ trunk/libavformat/sapenc.c Sat Oct 9 11:16:40 2010 (r25422)
@@ -25,6 +25,7 @@
#include "libavutil/intreadwrite.h"
#include "internal.h"
#include "network.h"
+#include "os_support.h"
#include "rtpenc_chain.h"
struct SAPState {
More information about the ffmpeg-cvslog
mailing list