summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp')
-rw-r--r--WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp b/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
index 2fed892..6a9d068 100644
--- a/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
+++ b/WebCore/platform/graphics/gstreamer/ImageGStreamerCairo.cpp
@@ -20,7 +20,7 @@
#include "config.h"
#include "ImageGStreamer.h"
-#if ENABLE(VIDEO)
+#if USE(GSTREAMER)
#include "GOwnPtr.h"
@@ -65,4 +65,4 @@ ImageGStreamer::~ImageGStreamer()
m_image = 0;
}
-#endif // ENABLE(VIDEO)
+#endif // USE(GSTREAMER)