aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv/theora_decoder.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/theora_decoder.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/theora_decoder.h')
-rw-r--r--engines/sword25/fmv/theora_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/fmv/theora_decoder.h b/engines/sword25/fmv/theora_decoder.h
index 7e59df52cc..13765e2ede 100644
--- a/engines/sword25/fmv/theora_decoder.h
+++ b/engines/sword25/fmv/theora_decoder.h
@@ -26,7 +26,7 @@
#ifndef SWORD25_THEORADECODER_H
#define SWORD25_THEORADECODER_H
-#ifdef ENABLE_THEORADEC
+#ifdef USE_THEORADEC
#include "graphics/video/video_decoder.h"
#include "sound/audiostream.h"