aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/coktelvideo/indeo3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/coktelvideo/indeo3.cpp')
-rw-r--r--graphics/video/coktelvideo/indeo3.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/video/coktelvideo/indeo3.cpp b/graphics/video/coktelvideo/indeo3.cpp
index 26d1e4c21a..581f59b1b1 100644
--- a/graphics/video/coktelvideo/indeo3.cpp
+++ b/graphics/video/coktelvideo/indeo3.cpp
@@ -23,6 +23,10 @@
*
*/
+#include "common/scummsys.h"
+
+#ifdef USE_INDEO3
+
/* Intel Indeo 3 decompressor, derived from ffmpeg.
*
* Original copyright note: * Intel Indeo 3 (IV31, IV32, etc.) video decoder for ffmpeg
@@ -3477,3 +3481,5 @@ const uint32 Indeo3::correctionhighorder[] = {
};
} // End of namespace Graphics
+
+#endif // USE_INDEO3