aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/yuvtorgba.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-13 13:32:30 +0000
committerFilippos Karapetis2010-10-13 13:32:30 +0000
commitd83a70af43a1650b83a4f9295195181074489f2d (patch)
tree5a5c687a6773982516f24c5cb47006796c27b572 /engines/sword25/fmv/yuvtorgba.h
parentf2d9319d9eca6e1d6b30f9aac3230c158ec2a942 (diff)
downloadscummvm-rg350-d83a70af43a1650b83a4f9295195181074489f2d.tar.gz
scummvm-rg350-d83a70af43a1650b83a4f9295195181074489f2d.tar.bz2
scummvm-rg350-d83a70af43a1650b83a4f9295195181074489f2d.zip
SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure)
svn-id: r53418
Diffstat (limited to 'engines/sword25/fmv/yuvtorgba.h')
-rw-r--r--engines/sword25/fmv/yuvtorgba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/yuvtorgba.h b/engines/sword25/fmv/yuvtorgba.h
index bef00f56a3..f4973a6fbc 100644
--- a/engines/sword25/fmv/yuvtorgba.h
+++ b/engines/sword25/fmv/yuvtorgba.h
@@ -37,7 +37,7 @@
#include "sword25/kernel/common.h"
-#ifdef ENABLE_THEORADEC
+#ifdef USE_THEORADEC
#include <theora/theora.h>
#include <theora/codec.h>