[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp real.h,1.1,1.2 rmff.h,1.2,1.3 rtsp.h,1.1,1.2 sdpplin.h,1.1,1.2

Roberto Togni CVS rtognimp at mplayerhq.hu
Sun Apr 20 16:41:10 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var/tmp.root/cvs-serv27789

Modified Files:
	real.h rmff.h rtsp.h sdpplin.h 
Log Message:
Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun

Index: real.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/real.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- real.h	17 Apr 2003 20:38:57 -0000	1.1
+++ real.h	20 Apr 2003 14:40:38 -0000	1.2
@@ -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.

Index: rmff.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rmff.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rmff.h	19 Apr 2003 14:54:03 -0000	1.2
+++ rmff.h	20 Apr 2003 14:40:38 -0000	1.3
@@ -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
  */

Index: rtsp.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtsp.h	17 Apr 2003 20:38:57 -0000	1.1
+++ rtsp.h	20 Apr 2003 14:40:38 -0000	1.2
@@ -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

Index: sdpplin.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/sdpplin.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sdpplin.h	17 Apr 2003 20:38:57 -0000	1.1
+++ sdpplin.h	20 Apr 2003 14:40:38 -0000	1.2
@@ -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;



More information about the MPlayer-cvslog mailing list