Mercurial > libavformat.hg
changeset 3720:1968303c7566 libavformat
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
patch by Kurtnoise, kurtnoise free fr
author | diego |
---|---|
date | Thu, 14 Aug 2008 14:29:18 +0000 |
parents | 6772cfc78d33 |
children | caecb9f780a1 |
files | rtpproto.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rtpproto.c Thu Aug 14 11:17:23 2008 +0000 +++ b/rtpproto.c Thu Aug 14 14:29:18 2008 +0000 @@ -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)