[Ffmpeg-devel] [PATCH] Networking with MingW
François Revol
revol
Tue Nov 7 00:36:20 CET 2006
> On Mon, Nov 06, 2006 at 11:39:40AM -0600, Michael A. Kohn wrote:
> >
> > --- ffmpeg-2006-11-06/libavformat/http.c 2006-11-06
> > 09:24:30.000000000 -0600
> > +++ ffmpeg/libavformat/http.c 2006-11-06 10:42:26.000000000 -0600
> > @@ -21,14 +21,12 @@
> > #include "avformat.h"
> > #include <unistd.h>
> > #include <sys/types.h>
> > +#if !defined(__MINGW32__) && !defined(__BEOS__)
> > #include <sys/socket.h>
> > #include <netinet/in.h>
> > -#ifndef __BEOS__
> > -# include <arpa/inet.h>
> > -#else
> > -# include "barpainet.h"
> > -#endif
> > #include <netdb.h>
> > +#include <arpa/inet.h>
> > +#endif
>
> While it's generally nice to clean up this messy BeOS stuff, it needs
> to
> go in a different patch ..
And I will do this if you don't mind, but don't mess up with something
you can't test.
I'll remove the net_server support code to simplify stuff, everyone
uses the illegal-BONE-beta or Zeta or Haiku now anyway.
Fran?ois.
More information about the ffmpeg-devel
mailing list