[Scummvm-cvs-logs] scummvm master -> ec38016044e674fadc0e8b370afd5cd25110b392

clone2727 clone2727 at gmail.com
Mon May 26 17:02:44 CEST 2014


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:
ec38016044 IMAGE: Fix compiling in truemotion


Commit: ec38016044e674fadc0e8b370afd5cd25110b392
    https://github.com/scummvm/scummvm/commit/ec38016044e674fadc0e8b370afd5cd25110b392
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2014-05-26T11:01:59-04:00

Commit Message:
IMAGE: Fix compiling in truemotion

Changed paths:
    image/codecs/codec.cpp



diff --git a/image/codecs/codec.cpp b/image/codecs/codec.cpp
index 530fb3b..64acf3f 100644
--- a/image/codecs/codec.cpp
+++ b/image/codecs/codec.cpp
@@ -58,7 +58,7 @@ Codec *createBitmapCodec(uint32 tag, int width, int height, int bitsPerPixel) {
 		return new CinepakDecoder(bitsPerPixel);
 	case MKTAG('I','V','3','2'):
 		return new Indeo3Decoder(width, height);
-#ifdef VIDEO_CODECS_TRUEMOTION1_H
+#ifdef IMAGE_CODECS_TRUEMOTION1_H
 	case MKTAG('D','U','C','K'):
 	case MKTAG('d','u','c','k'):
 		return new TrueMotion1Decoder(width, height);






More information about the Scummvm-git-logs mailing list