comparison rtsp.c @ 3941:53c5b89b8dff libavformat

only include sys/select.h if present, fix mingw compilation
author bcoudurier
date Fri, 26 Sep 2008 02:12:37 +0000
parents 6154f62ef652
children 9f943bb755f9
comparison
equal deleted inserted replaced
3940:77f3d0224ee9 3941:53c5b89b8dff
24 24
25 #include "libavutil/avstring.h" 25 #include "libavutil/avstring.h"
26 #include "avformat.h" 26 #include "avformat.h"
27 27
28 #include <sys/time.h> 28 #include <sys/time.h>
29 #ifdef HAVE_SYS_SELECT_H
29 #include <sys/select.h> 30 #include <sys/select.h>
31 #endif
30 #include <strings.h> 32 #include <strings.h>
31 #include "network.h" 33 #include "network.h"
32 #include "rtsp.h" 34 #include "rtsp.h"
33 35
34 #include "rtp_internal.h" 36 #include "rtp_internal.h"