[FFmpeg-cvslog] r14718 - trunk/libavformat/rtpproto.c

michael subversion
Tue Aug 12 23:02:38 CEST 2008


Author: michael
Date: Tue Aug 12 23:02:37 2008
New Revision: 14718

Log:
Add needed include, make it compile without -D_BSD_SOURCE.


Modified:
   trunk/libavformat/rtpproto.c

Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c	(original)
+++ trunk/libavformat/rtpproto.c	Tue Aug 12 23:02:37 2008
@@ -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)




More information about the ffmpeg-cvslog mailing list