[Bug 768623] New: There is no struct in_pktinfo on FreeBSD

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jul 10 04:06:51 UTC 2016


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

            Bug ID: 768623
           Summary: There is no struct in_pktinfo on FreeBSD
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: lantw44 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Error found when compiling gst/udp/gstudpsrc.c:

  CC       libgstudp_la-gstudpsrc.lo
gstudpsrc.c:288:14: error: invalid application of 'sizeof' to an incomplete
type 'struct in_pktinfo'
  if (size < sizeof (struct in_pktinfo))
             ^      ~~~~~~~~~~~~~~~~~~~
gstudpsrc.c:288:29: note: forward declaration of 'struct in_pktinfo'
  if (size < sizeof (struct in_pktinfo))
                            ^

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