Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
- index f48ff83..1f9ade8 100644
- --- a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
- +++ b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
- @@ -20,6 +20,9 @@
- #ifndef PlatformVideoWindowPrivate_h
- #define PlatformVideoWindowPrivate_h
- +#include "config.h"
- +#if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
- +
- #include <QEvent>
- #include <QTimer>
- @@ -55,5 +58,6 @@ private:
- } // namespace WebCore
- +#endif // ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
- #endif // PlatformVideoWindowPrivate_h
- diff --git a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
- index 11b6fb7..56e8808 100644
- --- a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
- +++ b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
- @@ -17,7 +17,6 @@
- Boston, MA 02110-1301, USA.
- */
- -#include "config.h"
- #include "PlatformVideoWindow.h"
- #if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement