Changeset 159766 in webkit


Ignore:
Timestamp:
Nov 25, 2013 2:08:33 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Compile fails when GSTREAMER is not used.
https://bugs.webkit.org/show_bug.cgi?id=124853

Patch by peavo@outlook.com <peavo@outlook.com> on 2013-11-25
Reviewed by Philippe Normand.

  • platform/graphics/gstreamer/GStreamerUtilities.cpp: Don't include GStreamerUtilities.h when GSTREAMER is not used.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r159764 r159766  
     12013-11-25  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [WinCairo] Compile fails when GSTREAMER is not used.
     4        https://bugs.webkit.org/show_bug.cgi?id=124853
     5
     6        Reviewed by Philippe Normand.
     7
     8        * platform/graphics/gstreamer/GStreamerUtilities.cpp: Don't include GStreamerUtilities.h when GSTREAMER is not used.
     9
    1102013-11-25  Andreas Kling  <akling@apple.com>
    211
  • trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.cpp

    r159730 r159766  
    1919
    2020#include "config.h"
    21 #include "GStreamerUtilities.h"
    2221
    2322#if USE(GSTREAMER)
     23#include "GStreamerUtilities.h"
    2424
    2525#include "IntSize.h"
Note: See TracChangeset for help on using the changeset viewer.