aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
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 3cc2756d9d..9ee7e2590c 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -368,6 +368,9 @@ void PluginManager::loadPlugins() {
#ifndef DISABLE_CINE
LINK_PLUGIN(CINE)
#endif
+ #ifndef DISABLE_CINE
+ LINK_PLUGIN(AGI)
+ #endif
#endif
}