diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-04-06 19:20:15 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-04-06 19:20:15 +0000 |
commit | 21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862 (patch) | |
tree | b76be854bb41e0b0469dca57ec4100aeff99504c /src/input/libreal/rmff.h | |
parent | 81de862996c8af79e73f550b0160e9c091722a71 (diff) | |
download | xine-lib-21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862.tar.gz xine-lib-21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862.tar.bz2 |
Prepare for MinGW port:
move M$VC specific header files into sparate directory
regenerate config.h for M$VC
compilation fixes
add some getchar()s into xineui.exe (popup dialogs would be better)
CVS patchset: 6338
CVS date: 2004/04/06 19:20:15
Diffstat (limited to 'src/input/libreal/rmff.h')
-rw-r--r-- | src/input/libreal/rmff.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/input/libreal/rmff.h b/src/input/libreal/rmff.h index 38893e8d1..4f33d93a5 100644 --- a/src/input/libreal/rmff.h +++ b/src/input/libreal/rmff.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: rmff.h,v 1.4 2003/12/09 00:02:30 f1rmb Exp $ + * $Id: rmff.h,v 1.5 2004/04/06 19:20:16 valtri Exp $ * * some functions for real media file headers * adopted from joschkas real tools @@ -32,6 +32,7 @@ #include <fcntl.h> #include <stdlib.h> #include <string.h> +#include <inttypes.h> #ifndef HAVE_RMFF_H @@ -62,12 +63,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 */ |