From 3b27b9fa438611c3a05fcf2d07a3dfde6be192fa Mon Sep 17 00:00:00 2001 From: Robert Göffringmann Date: Mon, 3 Mar 2008 00:41:59 +0000 Subject: the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. svn-id: r31034 --- graphics/mpeg_player.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'graphics') diff --git a/graphics/mpeg_player.h b/graphics/mpeg_player.h index b0192bc8b4..1c975825a8 100644 --- a/graphics/mpeg_player.h +++ b/graphics/mpeg_player.h @@ -33,6 +33,12 @@ #ifdef USE_MPEG2 +#ifdef __PLAYSTATION2__ +typedef uint8 uint8_t; +typedef uint16 uint16_t; +typedef uint32 uint32_t; +#endif + #if !defined(_MSC_VER) #ifndef PALMOS_MODE # include -- cgit v1.2.3