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

diego subversion
Thu Aug 14 16:29:18 CEST 2008


Author: diego
Date: Thu Aug 14 16:29:18 2008
New Revision: 14756

Log:
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
patch by Kurtnoise, kurtnoise free fr


Modified:
   trunk/libavformat/rtpproto.c

Modified: trunk/libavformat/rtpproto.c
==============================================================================
--- trunk/libavformat/rtpproto.c	(original)
+++ trunk/libavformat/rtpproto.c	Thu Aug 14 16:29:18 2008
@@ -32,7 +32,9 @@
 #include "network.h"
 #include "os_support.h"
 #include <fcntl.h>
+#ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
+#endif
 
 #define RTP_TX_BUF_SIZE  (64 * 1024)
 #define RTP_RX_BUF_SIZE  (128 * 1024)




More information about the ffmpeg-cvslog mailing list