mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b104833775
commit
8ab9f0251f
@ -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.
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user