summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp')
-rw-r--r--WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp b/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
index 88b6552..77343ae 100644
--- a/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
+++ b/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
@@ -19,7 +19,7 @@
#include "config.h"
#include "PlatformVideoWindow.h"
-#if ENABLE(VIDEO)
+#if USE(GSTREAMER)
#include <gtk/gtk.h>
@@ -61,4 +61,4 @@ PlatformVideoWindow::~PlatformVideoWindow()
m_videoWindowId = 0;
}
-#endif // ENABLE(VIDEO)
+#endif // USE(GSTREAMER)