summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/GStreamerGWorld.h')
-rw-r--r--WebCore/platform/graphics/gstreamer/GStreamerGWorld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h b/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h
index 282f13c..f519911 100644
--- a/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h
+++ b/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h
@@ -20,7 +20,7 @@
#ifndef GStreamerGWorld_h
#define GStreamerGWorld_h
-#if ENABLE(VIDEO)
+#if USE(GSTREAMER)
#include "PlatformVideoWindow.h"
#include "RefCounted.h"
@@ -62,5 +62,5 @@ private:
};
}
-#endif // ENABLE(VIDEO)
+#endif // USE(GSTREAMER)
#endif