From 2570c498fcab8c0e0367af46c0eeb330c1e2c32b Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Wed, 22 Feb 2006 23:04:47 +0000 Subject: Added CINE plugin to PluginManager::loadPlugins() section svn-id: r20814 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/plugins.cpp') diff --git a/base/plugins.cpp b/base/plugins.cpp index 01d9e58abb..802b2f8d9d 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -335,6 +335,9 @@ void PluginManager::loadPlugins() { #ifndef DISABLE_LURE LINK_PLUGIN(LURE) #endif + #ifndef DISABLE_CINE + LINK_PLUGIN(CINE) + #endif #endif } -- cgit v1.2.3