comparison rtpproto.c @ 3712:30d4d95e068f libavformat

Add needed include, make it compile without -D_BSD_SOURCE.
author michael
date Tue, 12 Aug 2008 21:02:37 +0000
parents 6f61c3b36632
children 1968303c7566
comparison
equal deleted inserted replaced
3711:a2bdb3bfeb99 3712:30d4d95e068f
30 #include <unistd.h> 30 #include <unistd.h>
31 #include <stdarg.h> 31 #include <stdarg.h>
32 #include "network.h" 32 #include "network.h"
33 #include "os_support.h" 33 #include "os_support.h"
34 #include <fcntl.h> 34 #include <fcntl.h>
35 #include <sys/select.h>
35 36
36 #define RTP_TX_BUF_SIZE (64 * 1024) 37 #define RTP_TX_BUF_SIZE (64 * 1024)
37 #define RTP_RX_BUF_SIZE (128 * 1024) 38 #define RTP_RX_BUF_SIZE (128 * 1024)
38 39
39 typedef struct RTPContext { 40 typedef struct RTPContext {