# HG changeset patch # User rtognimp # Date 1050849638 0 # Node ID 7a51e10ceef44529083c80b2f4eba5d9534aacd2 # Parent 3fc0faa861cb1580ee04d3a13429521bb741f943 Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun diff -r 3fc0faa861cb -r 7a51e10ceef4 libmpdemux/realrtsp/real.h --- a/libmpdemux/realrtsp/real.h Sun Apr 20 14:31:20 2003 +0000 +++ b/libmpdemux/realrtsp/real.h Sun Apr 20 14:40:38 2003 +0000 @@ -33,12 +33,6 @@ #include "rmff.h" #include "rtsp.h" -#ifdef __CYGWIN__ -#define uint32_t unsigned int -#define uint16_t unsigned short int -#define uint8_t unsigned char -#endif - /* * calculates response and checksum of a given challenge * (RealChallenge1 in rtsp). See implementation for details. diff -r 3fc0faa861cb -r 7a51e10ceef4 libmpdemux/realrtsp/rmff.h --- a/libmpdemux/realrtsp/rmff.h Sun Apr 20 14:31:20 2003 +0000 +++ b/libmpdemux/realrtsp/rmff.h Sun Apr 20 14:40:38 2003 +0000 @@ -66,12 +66,6 @@ #define PN_PERFECT_PLAY_ENABLED 0x02 #define PN_LIVE_BROADCAST 0x04 -#ifdef __CYGWIN__ -#define uint32_t unsigned int -#define uint16_t unsigned short int -#define uint8_t unsigned char -#endif - /* * rm header data structs */ diff -r 3fc0faa861cb -r 7a51e10ceef4 libmpdemux/realrtsp/rtsp.h --- a/libmpdemux/realrtsp/rtsp.h Sun Apr 20 14:31:20 2003 +0000 +++ b/libmpdemux/realrtsp/rtsp.h Sun Apr 20 14:40:38 2003 +0000 @@ -30,12 +30,6 @@ #define HAVE_RTSP_H -#ifdef __CYGWIN__ -#define uint32_t unsigned int -#define uint16_t unsigned short int -#define uint8_t unsigned char -#endif - /* some codes returned by rtsp_request_* functions */ #define RTSP_STATUS_SET_PARAMETER 10 diff -r 3fc0faa861cb -r 7a51e10ceef4 libmpdemux/realrtsp/sdpplin.h --- a/libmpdemux/realrtsp/sdpplin.h Sun Apr 20 14:31:20 2003 +0000 +++ b/libmpdemux/realrtsp/sdpplin.h Sun Apr 20 14:40:38 2003 +0000 @@ -32,12 +32,6 @@ #include "rmff.h" #include "rtsp.h" -#ifdef __CYGWIN__ -#define uint32_t unsigned int -#define uint16_t unsigned short int -#define uint8_t unsigned char -#endif - typedef struct { char *id;