[vlmc-devel] commit: Removing the effect engine from the building process. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Fri May 14 18:51:30 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri May 14 18:14:46 2010 +0200| [ad37eb2dafce37e791909d307906ee5d9fb792d7] | committer: Hugo Beauzée-Luyssen 

Removing the effect engine from the building process.

Except for the LightVideoFrame that are still used.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ad37eb2dafce37e791909d307906ee5d9fb792d7
---

 src/CMakeLists.txt            |   16 ++--------------
 src/Gui/MainWindow.cpp        |    1 -
 src/Workflow/MainWorkflow.cpp |    1 -
 src/Workflow/TrackHandler.cpp |    1 -
 4 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a4ae047..5e67965 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,22 +4,11 @@
 #          Ludovic Fauvet <etix at vlmc.org>
 #
 
-SUBDIRS(EffectsEngine/Plugins/src)
-
 SET(VLMC_SRCS
     Commands/Commands.cpp
+    EffectsEngine/PluginsAPI/LightVideoFrame.cpp
     Settings/SettingsManager.cpp
     Settings/SettingValue.cpp
-    EffectsEngine/EffectNode.cpp
-    EffectsEngine/EffectNodeFactory.cpp
-    EffectsEngine/EffectPluginTypeLoader.cpp
-    EffectsEngine/EffectPluginTypeManager.cpp
-    EffectsEngine/EffectsEngine.cpp
-    EffectsEngine/SemanticObjectManager.hpp
-    EffectsEngine/SimpleObjectsReferencer.hpp
-    EffectsEngine/PluginsAPI/InSlot.hpp
-    EffectsEngine/PluginsAPI/LightVideoFrame.cpp
-    EffectsEngine/PluginsAPI/OutSlot.hpp
     Library/Library.cpp
     Library/MediaContainer.cpp
     LibVLCpp/VLCInstance.cpp
@@ -100,9 +89,8 @@ INCLUDE_DIRECTORIES(
   ${CMAKE_CURRENT_BINARY_DIR}/src
   .
   Commands
-  Settings 
-  EffectsEngine
   EffectsEngine/PluginsAPI
+  Settings 
   Gui
   Gui/import
   Gui/library
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 055fb4f..1a1a9c5 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -41,7 +41,6 @@
 #include "WorkflowFileRenderer.h"
 #include "WorkflowRenderer.h"
 #include "ClipRenderer.h"
-#include "EffectsEngine.h"
 
 /* Widgets */
 #include "DockWidgetManager.h"
diff --git a/src/Workflow/MainWorkflow.cpp b/src/Workflow/MainWorkflow.cpp
index 34a0dc3..66f8d88 100644
--- a/src/Workflow/MainWorkflow.cpp
+++ b/src/Workflow/MainWorkflow.cpp
@@ -25,7 +25,6 @@
 
 #include "vlmc.h"
 #include "Clip.h"
-#include "EffectsEngine.h"
 #include "Library.h"
 #include "LightVideoFrame.h"
 #include "MainWorkflow.h"
diff --git a/src/Workflow/TrackHandler.cpp b/src/Workflow/TrackHandler.cpp
index b1b9b72..7058ce0 100644
--- a/src/Workflow/TrackHandler.cpp
+++ b/src/Workflow/TrackHandler.cpp
@@ -20,7 +20,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "EffectsEngine.h"
 #include "LightVideoFrame.h"
 #include "TrackHandler.h"
 #include "TrackWorkflow.h"



More information about the Vlmc-devel mailing list