Re: SVN 27139: rtsp.c WSAEINPROGRESS not declared
Jirka Jakl <[email protected]> Sat, 28 Jun 2008 17:00:35 +0200
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
> Make fails on compiling rtsp.c > > .... > make: *** [stream/librtsp/rtsp.o] Error 1 > > -------------------------------------- > > gcc 3.4.5 > Windows 2000 > MingW Adding #include <winsock2.h> to stream/librtsp/rtsp.h solves the problem. Best regard, jirja