aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/coktelvideo/indeo3.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-08-29 19:48:01 +0000
committerEugene Sandulenko2009-08-29 19:48:01 +0000
commit5f8fafcc1394225bdf0325f0796527a8fa946424 (patch)
treeffa92e08e0c84ba34b7a69aa60a41efb66c985bc /graphics/video/coktelvideo/indeo3.h
parente8a5cf29d4f6780310332d94dbff4972f12fc14b (diff)
downloadscummvm-rg350-5f8fafcc1394225bdf0325f0796527a8fa946424.tar.gz
scummvm-rg350-5f8fafcc1394225bdf0325f0796527a8fa946424.tar.bz2
scummvm-rg350-5f8fafcc1394225bdf0325f0796527a8fa946424.zip
Patch #2836424: "Optional compilation of CoktelVideo and Indeo3"
svn-id: r43807
Diffstat (limited to 'graphics/video/coktelvideo/indeo3.h')
-rw-r--r--graphics/video/coktelvideo/indeo3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/video/coktelvideo/indeo3.h b/graphics/video/coktelvideo/indeo3.h
index c417a543ec..af6ef26449 100644
--- a/graphics/video/coktelvideo/indeo3.h
+++ b/graphics/video/coktelvideo/indeo3.h
@@ -23,6 +23,10 @@
*
*/
+#include "common/scummsys.h"
+
+#ifdef USE_INDEO3
+
/* Intel Indeo 3 decompressor, derived from ffmpeg.
*
* Original copyright note:
@@ -118,3 +122,5 @@ private:
} // End of namespace Graphics
#endif // GRAPHICS_VIDEO_INDEO3_H
+
+#endif // USE_INDEO3