[Bug 723446] New: gst-plugins-good fails to build on ubuntu 10.04

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Feb 1 17:14:40 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=723446
  GStreamer | gst-plugins-good | git

           Summary: gst-plugins-good fails to build on ubuntu 10.04
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dank at kegel.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=267816)
 View: https://bugzilla.gnome.org/attachment.cgi?id=267816
 Review: https://bugzilla.gnome.org/review?bug=723446&attachment=267816

patch 1/2: Remove an obsolete section from configure.ac

(Our shop supports the two most recent Ubuntu LTS releases, but uses
bleeding edge gstreamer, so we still care about ubuntu 10.04 for
a few more months.)

Since commit 
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/sys/v4l2/gstv4l2bufferpool.h?id=61ae84b50dc319a53b513e5474c1578d7127c67c
(which fixed bug 712754 ),
gst-plugins-good fails to build on Ubuntu 10.04 because symbol
struct v4l2_plane is defined /usr/include/linux/videodev2.h
from package linux-libc-dev in Ubuntu 12.04, but not in Ubuntu 10.04.

Here's a two part series that addresses the build breakage
by skipping v4l2 if the header is too old, and removes
a related but obsolete section in configure.ac.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list