Advertisement
tasuku

Untitled

Apr 9th, 2013
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.26 KB | None | 0 0
  1. diff --git a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
  2. index f48ff83..1f9ade8 100644
  3. --- a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
  4. +++ b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h
  5. @@ -20,6 +20,9 @@
  6.  #ifndef PlatformVideoWindowPrivate_h
  7.  #define PlatformVideoWindowPrivate_h
  8.  
  9. +#include "config.h"
  10. +#if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
  11. +
  12.  #include <QEvent>
  13.  #include <QTimer>
  14.  
  15. @@ -55,5 +58,6 @@ private:
  16.  
  17.  } // namespace WebCore
  18.  
  19. +#endif // ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
  20.  
  21.  #endif // PlatformVideoWindowPrivate_h
  22. diff --git a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
  23. index 11b6fb7..56e8808 100644
  24. --- a/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
  25. +++ b/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowQt.cpp
  26. @@ -17,7 +17,6 @@
  27.      Boston, MA 02110-1301, USA.
  28.  */
  29.  
  30. -#include "config.h"
  31.  #include "PlatformVideoWindow.h"
  32.  #if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement