aboutsummaryrefslogtreecommitdiff
path: root/video/codecs/indeo3.h
diff options
context:
space:
mode:
authorMax Horn2011-05-05 16:34:17 +0200
committerMax Horn2011-05-25 13:24:37 +0200
commit717a7accf5f4c58e4b4b9187ee349841163c3896 (patch)
treecf5ec995230d2b835c61d40a156fd296236db5f9 /video/codecs/indeo3.h
parent8387b68c5758819789a0f555abadb089a7c500b1 (diff)
downloadscummvm-rg350-717a7accf5f4c58e4b4b9187ee349841163c3896.tar.gz
scummvm-rg350-717a7accf5f4c58e4b4b9187ee349841163c3896.tar.bz2
scummvm-rg350-717a7accf5f4c58e4b4b9187ee349841163c3896.zip
BUILD: Always enable indeo3 codec
Diffstat (limited to 'video/codecs/indeo3.h')
-rw-r--r--video/codecs/indeo3.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/codecs/indeo3.h b/video/codecs/indeo3.h
index c0a88fec5e..a07d779dec 100644
--- a/video/codecs/indeo3.h
+++ b/video/codecs/indeo3.h
@@ -22,8 +22,6 @@
#include "common/scummsys.h"
-#ifdef USE_INDEO3
-
/* Intel Indeo 3 decompressor, derived from ffmpeg.
*
* Original copyright note:
@@ -87,5 +85,3 @@ private:
} // End of namespace Video
#endif // VIDEO_CODECS_INDEO3_H
-
-#endif // USE_INDEO3