[Bug 730570] dvbsrc: fix building with newer kernel headers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 22 04:03:16 PDT 2014


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |bilboed at bilboed.com
         Resolution|                            |FIXED

--- Comment #1 from Edward Hervey <bilboed at bilboed.com> 2014-05-22 11:03:10 UTC ---
whoops, nice catch :)

commit c1db46ffc61edd3489667012e354f5ed106a2d43
Author: Michael Olbrich <m.olbrich at pengutronix.de>
Date:   Thu May 22 12:23:57 2014 +0200

    dvbsrc: fix building with newer kernel headers

    c400eef3772b7dc470eefae02a1288c2b125e25c introduced some defines to handle
    older kernel headers. However, the check is done before the corresponding
    kernel header (dvb/frontend.h) is included. As a result the macros are
    always defined with results in 'redefined' errors with newer kernel
    headers.
    Move the check after the include to fix this.

    https://bugzilla.gnome.org/show_bug.cgi?id=730570

-- 
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