[Scummvm-cvs-logs] scummvm master -> 845db59e088796df6628fcadb263ddc75f00f691

salty-horse ori at avtalion.name
Thu Apr 28 13:07:18 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
845db59e08 VIDEO: Fix incorrect, renamed, guard for TrueMotion1 support


Commit: 845db59e088796df6628fcadb263ddc75f00f691
    https://github.com/scummvm/scummvm/commit/845db59e088796df6628fcadb263ddc75f00f691
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T04:05:45-07:00

Commit Message:
VIDEO: Fix incorrect, renamed, guard for TrueMotion1 support

Changed paths:
    video/avi_decoder.cpp



diff --git a/video/avi_decoder.cpp b/video/avi_decoder.cpp
index 715741f..db33f1f 100644
--- a/video/avi_decoder.cpp
+++ b/video/avi_decoder.cpp
@@ -407,7 +407,7 @@ Codec *AviDecoder::createCodec() {
 		case ID_IV32:
 			return new Indeo3Decoder(_bmInfo.width, _bmInfo.height);
 #endif
-#ifdef GRAPHICS_TRUEMOTION1_H
+#ifdef VIDEO_CODECS_TRUEMOTION1_H
 		case ID_DUCK:
 			return new TrueMotion1Decoder(_bmInfo.width, _bmInfo.height);
 #endif






More information about the Scummvm-git-logs mailing list