summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h')
-rw-r--r--WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h b/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h
index 453685a..d462ccc4 100644
--- a/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h
+++ b/WebCore/platform/graphics/gstreamer/DataSourceGStreamer.h
@@ -19,7 +19,7 @@
#ifndef DataSourceGStreamer_h
#define DataSourceGStreamer_h
-#if ENABLE(VIDEO)
+#if USE(GSTREAMER)
#include <glib-object.h>
#include <gst/base/gstbasesrc.h>
@@ -53,5 +53,5 @@ GType webkit_data_src_get_type(void);
G_END_DECLS
-#endif // ENABLE(VIDEO)
+#endif // USE(GSTREAMER)
#endif