aboutsummaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorrichiesams2013-08-11 16:43:39 -0500
committerrichiesams2013-08-11 16:43:39 -0500
commit372c55fd8be80182721566f09ab2d69c9f24abc5 (patch)
treed5e8141ae6429e48d6a453f94d61569c4a7daef6 /video
parentd8e45fc438a546bd7e1f8c66e345aafb33bb2a56 (diff)
downloadscummvm-rg350-372c55fd8be80182721566f09ab2d69c9f24abc5.tar.gz
scummvm-rg350-372c55fd8be80182721566f09ab2d69c9f24abc5.tar.bz2
scummvm-rg350-372c55fd8be80182721566f09ab2d69c9f24abc5.zip
VIDEO: Disable SCI_32 plugin guard for DUCK Truemotion
ZVision AVI videos use DUCK Truemotion
Diffstat (limited to 'video')
-rw-r--r--video/codecs/truemotion1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/codecs/truemotion1.h b/video/codecs/truemotion1.h
index b2a35cf873..39950b3ea6 100644
--- a/video/codecs/truemotion1.h
+++ b/video/codecs/truemotion1.h
@@ -23,7 +23,7 @@
// Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg
// Only compile if SCI32 is enabled or if we're building dynamic modules
-#if defined(ENABLE_SCI32) || defined(DYNAMIC_MODULES)
+//#if defined(ENABLE_SCI32) || defined(DYNAMIC_MODULES)
#ifndef VIDEO_CODECS_TRUEMOTION1_H
#define VIDEO_CODECS_TRUEMOTION1_H
@@ -106,4 +106,4 @@ private:
} // End of namespace Video
#endif // VIDEO_CODECS_TRUEMOTION1_H
-#endif // SCI32/Plugins guard
+//#endif // SCI32/Plugins guard