Title: [155322] trunk/Source/WebCore
Revision
155322
Author
[email protected]
Date
2013-09-08 23:41:34 -0700 (Sun, 08 Sep 2013)

Log Message

GStreamer 0.10 build fix after r155251.

Patch by Tamas Czene <[email protected]> on 2013-09-08
Reviewed by Csaba Osztrogonác.

* platform/graphics/gstreamer/GStreamerVersioning.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (155321 => 155322)


--- trunk/Source/WebCore/ChangeLog	2013-09-09 05:18:55 UTC (rev 155321)
+++ trunk/Source/WebCore/ChangeLog	2013-09-09 06:41:34 UTC (rev 155322)
@@ -1,3 +1,11 @@
+2013-09-08  Tamas Czene  <[email protected]>
+
+        GStreamer 0.10 build fix after r155251.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * platform/graphics/gstreamer/GStreamerVersioning.cpp:
+
 2013-09-08  Christophe Dumez  <[email protected]>
 
         [wk2] REGRESSION (r154673): PDF scrolling moves very slowly

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVersioning.cpp (155321 => 155322)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVersioning.cpp	2013-09-09 05:18:55 UTC (rev 155321)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerVersioning.cpp	2013-09-09 06:41:34 UTC (rev 155322)
@@ -29,6 +29,7 @@
 #include <gst/audio/audio.h>
 #else
 #include <gst/audio/multichannel.h>
+#include <string.h>
 #endif
 
 #ifdef GST_API_VERSION_1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to