[MPlayer-cygwin] builds but thinks avi file has errors

Felix Buenemann atmosfear at users.sourceforge.net
Sat Dec 14 18:42:22 CET 2002


Hi,

you seem to be using the wrong inttypes.h, yo should copy 
main/etc/cygwin_inttypes.h to /usr/include/inttypes.h, the inttypes.h you 
describe seems to be wrong, your's should look like:

#if 0
[nonused code]
#else
#include <sys/types.h>
#endif /* 0/1 */
typedef u_int8_t uint8_t;
typedef u_int16_t uint16_t;
typedef u_int32_t uint32_t;
typedef u_int64_t uint64_t;


-- 
Best Regards,
        Atmos
____________________________________________
- MPlayer Developer - http://mplayerhq.hu/ -
____________________________________________



More information about the MPlayer-cygwin mailing list