[MPlayer-dev-eng] Real rtsp:// support

Diego Biurrun diego at biurrun.de
Sun Apr 20 13:09:41 CEST 2003


Roberto Togni writes:
 > Can soemone with cygwin comment on the #ifdef _CYGWIN_ parts? I think 
 > they can be removed. Please confirm.

I removed the following lines from all files in libmpdemux/realrtsp/
that contained them.

#ifdef __CYGWIN__
#define uint32_t unsigned int
#define uint16_t unsigned short int
#define uint8_t unsigned char
#endif

It still compiles without problems, so I guess it is safe to remove
those lines.  It does look quite redundant to what
etc/cygwin_inttypes.h does(that file has to be put in /usr/include on
Cygwin systems).

Diego



More information about the MPlayer-dev-eng mailing list