Advertisement
Guest User

Untitled

a guest
Jul 25th, 2013
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. --- qt-everywhere-opensource-src-5.1.0/qtwebkit/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h.orig    2013-07-25 23:05:48.082002578 +0200
  2. +++ qt-everywhere-opensource-src-5.1.0/qtwebkit/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h 2013-07-25 23:06:32.038747918 +0200
  3. @@ -25,6 +25,8 @@
  4.  
  5.  #include <QWindow>
  6.  
  7. +#if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1)
  8. +
  9.  namespace WebCore {
  10.  
  11.  class HTMLVideoElement;
  12. @@ -55,5 +57,7 @@
  13.  
  14.  } // namespace WebCore
  15.  
  16. +#endif /* #if ENABLE(VIDEO) && USE(GSTREAMER) && !defined(GST_API_VERSION_1) */
  17. +
  18.  
  19.  #endif // PlatformVideoWindowPrivate_h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement