From 845db59e088796df6628fcadb263ddc75f00f691 Mon Sep 17 00:00:00 2001 From: Ori Avtalion Date: Thu, 28 Apr 2011 14:04:58 +0300 Subject: VIDEO: Fix incorrect, renamed, guard for TrueMotion1 support --- video/avi_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/avi_decoder.cpp b/video/avi_decoder.cpp index 715741f41d..db33f1fb8a 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 -- cgit v1.2.3