diff options
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |