GNOME Bugzilla – Bug 586920
rtsp: needs <netinet/in.h> on FreeBSD
Last modified: 2009-06-29 11:03:59 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.
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