From ddfdb78e55a8a48db18eb4c7700183bd5d6eb547 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 28 Jun 2014 15:22:20 +0100 Subject: [PATCH] GC_VIDEO_XXX Configuration (windows) .. now tested on Qt4 and Qt5 with VLC and NONE without issues. .. but did notice a double include in GcWindowRegistry that has been removed. NOTE: Still needs testing on Mac OS X --- src/GcWindowRegistry.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GcWindowRegistry.cpp b/src/GcWindowRegistry.cpp index 89487996f..eb61182b5 100644 --- a/src/GcWindowRegistry.cpp +++ b/src/GcWindowRegistry.cpp @@ -33,9 +33,6 @@ #ifdef GC_HAVE_QWTPLOT3D #include "ModelWindow.h" #endif -#ifdef GC_HAVE_VLC -#include "VideoWindow.h" -#endif #ifdef Q_OS_MAC #include "QtMacVideoWindow.h" #else