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 557294 - cross mingw32 gcc: getaddrinfo is not in ws2_32.dll before Windows XP
cross mingw32 gcc: getaddrinfo is not in ws2_32.dll before Windows XP
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.10
Other All
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-21 19:15 UTC by LRN
Modified: 2009-01-23 08:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Defines WINVER (384 bytes, patch)
2008-10-21 19:16 UTC, LRN
committed Details | Review

Description LRN 2008-10-21 19:15:46 UTC
Please describe the problem:
For description see http://bugzilla.gnome.org/show_bug.cgi?id=541358 - same thing, but for gst-plugins-good

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 LRN 2008-10-21 19:16:26 UTC
Created attachment 121054 [details] [review]
Defines WINVER
Comment 2 Sebastian Dröge (slomo) 2008-10-27 08:39:47 UTC
2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	Patch by: <lrn1986 at gmail dot com>

	* gst/udp/gstudpnetutils.h:
	Define the correct WINVER so getaddinfo() can be used when using
	mingw32. Fixes bug #557294.