--- include/vlc_common.h.orig 2007-12-12 23:33:09.000000000 +0100 +++ include/vlc_common.h 2007-12-12 23:33:43.000000000 +0100 @@ -108,7 +108,9 @@ typedef int32_t intptr_t; #endif -typedef uint8_t byte_t; +#ifndef _LIBRAW1394_RAW1394_H + typedef uint8_t byte_t; +#endif /* Systems that don't have stdint.h may not define INT64_MIN and INT64_MAX */