From d83a70af43a1650b83a4f9295195181074489f2d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 13 Oct 2010 13:32:30 +0000 Subject: SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure) svn-id: r53418 --- engines/sword25/fmv/theora_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/fmv/theora_decoder.cpp') diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp index 66cd70bfee..c5c29a8160 100644 --- a/engines/sword25/fmv/theora_decoder.cpp +++ b/engines/sword25/fmv/theora_decoder.cpp @@ -38,7 +38,7 @@ #include "sword25/fmv/theora_decoder.h" -#ifdef ENABLE_THEORADEC +#ifdef USE_THEORADEC #include "sword25/fmv/yuvtorgba.h" #include "common/system.h" #include "sound/decoders/raw.h" -- cgit v1.2.3