aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-01-08 03:27:13 +0000
committerWillem Jan Palenstijn2011-01-08 03:27:13 +0000
commit6a28d05676841042d7f12713c3f13d49a632f5ec (patch)
treec94e252270402ae59446acc15ceabdee4ea9053b /graphics/video/codecs
parent46befe8492b223bf9935fd0726595091925b0ea9 (diff)
downloadscummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.tar.gz
scummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.tar.bz2
scummvm-rg350-6a28d05676841042d7f12713c3f13d49a632f5ec.zip
BUILD: Include scummsys.h to force rebuild after reconfigure (thanks LordHoto)
svn-id: r55156
Diffstat (limited to 'graphics/video/codecs')
-rw-r--r--graphics/video/codecs/qdm2.cpp1
-rw-r--r--graphics/video/codecs/truemotion1.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/video/codecs/qdm2.cpp b/graphics/video/codecs/qdm2.cpp
index 26b18b189b..e34c569feb 100644
--- a/graphics/video/codecs/qdm2.cpp
+++ b/graphics/video/codecs/qdm2.cpp
@@ -25,6 +25,7 @@
// Based off ffmpeg's QDM2 decoder
+#include "common/scummsys.h"
#include "graphics/video/codecs/qdm2.h"
#ifdef GRAPHICS_QDM2_H
diff --git a/graphics/video/codecs/truemotion1.cpp b/graphics/video/codecs/truemotion1.cpp
index d244014fff..6ea766ffe1 100644
--- a/graphics/video/codecs/truemotion1.cpp
+++ b/graphics/video/codecs/truemotion1.cpp
@@ -25,6 +25,7 @@
// Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg
+#include "common/scummsys.h"
#include "graphics/video/codecs/truemotion1.h"
#ifdef GRAPHICS_TRUEMOTION1_H