After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 586920 - rtsp: needs <netinet/in.h> on FreeBSD
rtsp: needs <netinet/in.h> on FreeBSD
Status: VERIFIED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other FreeBSD
: Normal normal
: 0.10.24
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-25 07:52 UTC by David Adam
Modified: 2009-06-29 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Adam 2009-06-25 07:52:22 UTC
(git revision 0c490f1 on FreeBSD 7.2-RELEASE under GNOME jhbuild)

Under FreeBSD, gst-libs/gst/rtsp/gstrtspconnection.c requires #include <netinet/in.h> to build correctly, as this file contains the sockaddr_in struct.
Comment 1 Wim Taymans 2009-06-29 10:21:43 UTC
commit f5962f0a4f2ec839a1ed8ce72f28c241757cc6d1
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Mon Jun 29 12:20:52 2009 +0200

    rtsp: include in.h for FreeBSD compat
    
    Fixes #586920