comparison libmpdemux/demux_mov.c @ 6334:5becd843ff47

cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
author arpi
date Fri, 07 Jun 2002 22:41:26 +0000
parents 3898967fcc96
children df799e2a5a47
comparison
equal deleted inserted replaced
6333:69e14bf9e223 6334:5becd843ff47
40 40
41 #ifdef HAVE_ZLIB 41 #ifdef HAVE_ZLIB
42 #include <zlib.h> 42 #include <zlib.h>
43 #endif 43 #endif
44 44
45 #if !defined(__CYGWIN__)
45 #include <fcntl.h> 46 #include <fcntl.h>
47 #endif
46 48
47 #define BE_16(x) (be2me_16(*(unsigned short *)(x))) 49 #define BE_16(x) (be2me_16(*(unsigned short *)(x)))
48 #define BE_32(x) (be2me_32(*(unsigned int *)(x))) 50 #define BE_32(x) (be2me_32(*(unsigned int *)(x)))
49 51
50 #ifndef WORDS_BIGENDIAN 52 #ifndef WORDS_BIGENDIAN