aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-12 21:12:50 +0000
committerEugene Sandulenko2010-10-12 21:12:50 +0000
commitdbde2e46e3c44a795b8597ea3c2b6c7503dfbbef (patch)
tree029a0dc6249ea942d4565c4a5496552722bcb399 /base/plugins.cpp
parent82e819d48a62970b6b15bfc5a72722203a6651f2 (diff)
downloadscummvm-rg350-dbde2e46e3c44a795b8597ea3c2b6c7503dfbbef.tar.gz
scummvm-rg350-dbde2e46e3c44a795b8597ea3c2b6c7503dfbbef.tar.bz2
scummvm-rg350-dbde2e46e3c44a795b8597ea3c2b6c7503dfbbef.zip
SWORD25: Added detection of libtheora, png an dplugged in the engine
svn-id: r53169
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 42fdf9bc12..382f9d3c32 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -154,6 +154,9 @@ public:
#if PLUGIN_ENABLED_STATIC(SWORD2)
LINK_PLUGIN(SWORD2)
#endif
+ #if PLUGIN_ENABLED_STATIC(SWORD25)
+ LINK_PLUGIN(SWORD25)
+ #endif
#if PLUGIN_ENABLED_STATIC(TEENAGENT)
LINK_PLUGIN(TEENAGENT)
#endif