aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2006-03-04 15:26:26 +0000
committerPaweł Kołodziejski2006-03-04 15:26:26 +0000
commit95116f2098fa5412a6532475e2d15b9435f12ebd (patch)
tree2f9b7ad5ea4e123fa81730f1481864be1d590915 /graphics/animation.h
parent6a4c709af669cb55321837fefc4756b040dec00c (diff)
downloadscummvm-rg350-95116f2098fa5412a6532475e2d15b9435f12ebd.tar.gz
scummvm-rg350-95116f2098fa5412a6532475e2d15b9435f12ebd.tar.bz2
scummvm-rg350-95116f2098fa5412a6532475e2d15b9435f12ebd.zip
define int types for msvc to allow compile mpeg2 library. msvc does not fully conform C99
svn-id: r21073
Diffstat (limited to 'graphics/animation.h')
-rw-r--r--graphics/animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/animation.h b/graphics/animation.h
index 5165ba7b0b..c3ee5179ae 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -33,7 +33,10 @@ class AudioStream;
#ifdef USE_MPEG2
+#if !defined(_MSC_VER)
#include <inttypes.h>
+#endif
+
extern "C" {
#include <mpeg2dec/mpeg2.h>
}