Browse Source

Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.

patch by Kurtnoise, kurtnoise free fr

Originally committed as revision 14756 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kurtnoise Diego Biurrun 17 years ago
parent
commit
7139bfa8fe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/rtpproto.c

+ 2
- 0
libavformat/rtpproto.c View File

@@ -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)


Loading…
Cancel
Save