aboutsummaryrefslogtreecommitdiff
path: root/video/codecs
diff options
context:
space:
mode:
authoranotherguest2013-11-26 12:17:59 +0100
committeranotherguest2013-11-26 12:17:59 +0100
commit44c24f8dc81d3bdc5838642ecc88067f6e60b6fd (patch)
treeb1cf5df83dd8e8a5dc00a3f423db2e6ce175f93a /video/codecs
parent44947f5bdb45095793f1e994385f051d534d53ee (diff)
downloadscummvm-rg350-44c24f8dc81d3bdc5838642ecc88067f6e60b6fd.tar.gz
scummvm-rg350-44c24f8dc81d3bdc5838642ecc88067f6e60b6fd.tar.bz2
scummvm-rg350-44c24f8dc81d3bdc5838642ecc88067f6e60b6fd.zip
SYMBIAN OS:Use defaults for data types also for Symbian OS!
Diffstat (limited to 'video/codecs')
-rw-r--r--video/codecs/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/codecs/mpeg.h b/video/codecs/mpeg.h
index 0082844537..3560f4b8b7 100644
--- a/video/codecs/mpeg.h
+++ b/video/codecs/mpeg.h
@@ -37,7 +37,7 @@
typedef signed short int16_t;
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
-#elif defined(_MSC_VER)
+#elif defined(_MSC_VER) || defined (__SYMBIAN32__)
typedef signed char int8_t;
typedef signed short int16_t;
typedef unsigned char uint8_t;