aboutsummaryrefslogtreecommitdiff
path: root/graphics/mpeg_player.h
diff options
context:
space:
mode:
authorRobert Göffringmann2008-03-03 00:41:59 +0000
committerRobert Göffringmann2008-03-03 00:41:59 +0000
commit3b27b9fa438611c3a05fcf2d07a3dfde6be192fa (patch)
tree8605c47d67b779fb33ce4dda3a64a7d3caecdb4d /graphics/mpeg_player.h
parentfc91de07dfdfe6bd29edadf739f324f30f5624d0 (diff)
downloadscummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.tar.gz
scummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.tar.bz2
scummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.zip
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
Diffstat (limited to 'graphics/mpeg_player.h')
-rw-r--r--graphics/mpeg_player.h6
1 files changed, 6 insertions, 0 deletions
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 <inttypes.h>