[Ffmpeg-devel] [PATCH] MingW RTSP support
Rich Felker
dalias
Sat Apr 1 01:46:25 CEST 2006
On Fri, Mar 31, 2006 at 01:15:59PM -0600, Michael A. Kohn wrote:
> +#ifndef __MINGW32__
> #include <sys/socket.h>
> #include <netinet/in.h>
> -#ifndef __BEOS__
> -# include <arpa/inet.h>
> -#else
> +#include <netdb.h>
> +#endif
> +#ifdef __BEOS__
> # include "barpainet.h"
> +#elif !defined(__MINGW32__)
> +# include <arpa/inet.h>
> #endif
> -#include <netdb.h>
This stuff is still unnecessary. Just add the missing headers to your
mingw.
Rich
More information about the ffmpeg-devel
mailing list