Changeset 147546 in webkit


Ignore:
Timestamp:
Apr 3, 2013 6:12:22 AM (11 years ago)
Author:
kov@webkit.org
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 <gustavo.noronha@collabora.com> 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.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147545 r147546  
     12013-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.com>
     2
     3        [GTK] gst-plugins-good fails to build with newer Linux(v4l2)
     4        https://bugs.webkit.org/show_bug.cgi?id=113809
     5
     6        Reviewed by Philippe Normand.
     7
     8        Newer Linux kernels have removed some deprecated macros from v4l2
     9        headers, causing gst-plugins-good's build to break. We don't need it
     10        right now, so just disable it.
     11
     12        * gtk/jhbuild.modules: disable v4l2 usage in gst-plugins-good.
     13
    1142013-03-28  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
    215
  • trunk/Tools/gtk/jhbuild.modules

    r147416 r147546  
    261261  </autotools>
    262262
    263   <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup">
     263  <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gst_v4l2 --without-libv4l2">
    264264    <dependencies>
    265265      <dep package="gst-plugins-base"/>
Note: See TracChangeset for help on using the changeset viewer.