summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/ImageGStreamer.h')
-rw-r--r--WebCore/platform/graphics/gstreamer/ImageGStreamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/gstreamer/ImageGStreamer.h b/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
index 4a4ff2b..cf2b9d6 100644
--- a/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
+++ b/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
@@ -20,7 +20,7 @@
#ifndef ImageGStreamer_h
#define ImageGStreamer_h
-#if ENABLE(VIDEO)
+#if USE(GSTREAMER)
#include "BitmapImage.h"
#include <gst/gst.h>
@@ -59,5 +59,5 @@ class ImageGStreamer : public RefCounted<ImageGStreamer> {
};
}
-#endif // ENABLE(VIDEO)
+#endif // USE(GSTREAMER)
#endif