Title: [147546] trunk/Tools
- Revision
- 147546
- Author
- [email protected]
- Date
- 2013-04-03 06:12:22 -0700 (Wed, 03 Apr 2013)
Log Message
[GTK] gst-plugins-good fails to build with newer Linux(v4l2)
https://bugs.webkit.org/show_bug.cgi?id=113809
Patch by Gustavo Noronha Silva <[email protected]> on 2013-04-03
Reviewed by Philippe Normand.
Newer Linux kernels have removed some deprecated macros from v4l2
headers, causing gst-plugins-good's build to break. We don't need it
right now, so just disable it.
* gtk/jhbuild.modules: disable v4l2 usage in gst-plugins-good.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (147545 => 147546)
--- trunk/Tools/ChangeLog 2013-04-03 12:44:36 UTC (rev 147545)
+++ trunk/Tools/ChangeLog 2013-04-03 13:12:22 UTC (rev 147546)
@@ -1,3 +1,16 @@
+2013-04-03 Gustavo Noronha Silva <[email protected]>
+
+ [GTK] gst-plugins-good fails to build with newer Linux(v4l2)
+ https://bugs.webkit.org/show_bug.cgi?id=113809
+
+ Reviewed by Philippe Normand.
+
+ Newer Linux kernels have removed some deprecated macros from v4l2
+ headers, causing gst-plugins-good's build to break. We don't need it
+ right now, so just disable it.
+
+ * gtk/jhbuild.modules: disable v4l2 usage in gst-plugins-good.
+
2013-03-28 Jesus Sanchez-Palencia <[email protected]>
[Qt] Switch ContextMenu implementation to CROSS_PLATFORM_CONTEXT_MENU
Modified: trunk/Tools/gtk/jhbuild.modules (147545 => 147546)
--- trunk/Tools/gtk/jhbuild.modules 2013-04-03 12:44:36 UTC (rev 147545)
+++ trunk/Tools/gtk/jhbuild.modules 2013-04-03 13:12:22 UTC (rev 147546)
@@ -260,7 +260,7 @@
<branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base" tag="1.0.4"/>
</autotools>
- <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup">
+ <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gst_v4l2 --without-libv4l2">
<dependencies>
<dep package="gst-plugins-base"/>
</dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes