Skip to content

Commit

Permalink
IMAGE: Fix compiling in truemotion
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 26, 2014
1 parent ef22b7d commit ec38016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/codecs/codec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ec38016

Please sign in to comment.